Check out the latest documentation.

Maven

Version 3 51Degrees Java solution is available through the maven central repository . To use, just add us as a dependency in your pom.xml file.

  • Group Id = com.51degrees
  • Artifact Id = Jar you wish to use e.g. "device-detection-core" or "device-detection-webapp"
  • Version = The version you wish to use. Available from version 3.1.2.16.

For example to add version 3.2.4.5 of the core Jar file to your project, you would add the code below to your pom files dependency section:

											
											<dependencies>
											
											
											<dependency>
											
											
											<groupId>
											
										com.51degrees
											
											</groupId>
											
											
											<artifactId>
											
											
											device-detection-core
											
											
											</artifactId>
											
											
											<version>
											
											
											3.2.4.5
											
											
											</version>
											
											
											</dependency>
											
											
											<!-- etc/....-->
											
											
											</dependencies>
											
										

For details on releases please see http://search.maven.org/#browse|867051314 .