In this page we are giving Maven Dependency of com.51degrees >> 51Degrees.detection.core version3.2.1.9-beta
You should include the dependency code given in this page to add Maven Dependency of com.51degrees >> 51Degrees.detection.core version3.2.1.9-beta in your project.
In this page we are going to discuss about 51Degrees.detection.core version 3.2.1.9-beta maven dependencies. Maven tool is project management tool which you use to manage your project and easily use 51Degrees.detection.core version 3.2.1.9-beta dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of 51Degrees.detection.core version 3.2.1.9-beta and include the necessary jar files in the project.
Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.
We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of 51Degrees.detection.core version 3.2.1.9-beta:
<dependency> <groupId>com.51degrees</groupId> <artifactId>51Degrees.detection.core</artifactId> <version>3.2.1.9-beta</version> </dependency>
Gradle Dependency of 51Degrees.detection.core version 3.2.1.9-beta
compile group: 'com.51degrees', name: '51Degrees.detection.core', version: '3.2.1.9-beta'
SBT Dependency of 51Degrees.detection.core version 3.2.1.9-beta
libraryDependencies += "com.51degrees" % "51Degrees.detection.core" % "3.2.1.9-beta"
Ivy Dependency of 51Degrees.detection.core version 3.2.1.9-beta
<dependency org="com.51degrees" name="51Degrees.detection.core" rev="3.2.1.9-beta"/>
Grape Dependency of 51Degrees.detection.core version 3.2.1.9-beta
@Grapes(
@Grab(group='com.51degrees', module='51Degrees.detection.core', version='3.2.1.9-beta')
)
Leiningen Dependency of 51Degrees.detection.core version 3.2.1.9-beta
[com.51degrees/51Degrees.detection.core "3.2.1.9-beta"]
Buildr Dependency of 51Degrees.detection.core version 3.2.1.9-beta
'com.51degrees:51Degrees.detection.core:jar:3.2.1.9-beta'
Advertisements