MVN

net.sourceforge.fiftyone-java : 51Degrees.mobi.detection.premium

Maven & Gradle

Jan 23, 2013

51Degrees.mobi premium · 51Degrees.mobi's Premium library to be used with the webapp solution for premium functionality; such as auto updating of the data file.

<dependency>
    <groupId>net.sourceforge.fiftyone-java</groupId>
    <artifactId>51Degrees.mobi.detection.premium</artifactId>
    <version>2.1.17.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.fiftyone-java : 51Degrees.mobi.detection.premium to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.17.1

All Versions

Choose a version of net.sourceforge.fiftyone-java : 51Degrees.mobi.detection.premium to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
51Degrees.mobi.detection.premium-2.1.17.1

How to add a dependency to Maven

Add the following net.sourceforge.fiftyone-java : 51Degrees.mobi.detection.premium maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.fiftyone-java</groupId>
    <artifactId>51Degrees.mobi.detection.premium</artifactId>
    <version>2.1.17.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.fiftyone-java : 51Degrees.mobi.detection.premium gradle dependency to your build.gradle file:

implementation 'net.sourceforge.fiftyone-java:51Degrees.mobi.detection.premium:2.1.17.1'

Gradle Kotlin DSL: Add the following net.sourceforge.fiftyone-java : 51Degrees.mobi.detection.premium gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.fiftyone-java:51Degrees.mobi.detection.premium:2.1.17.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.fiftyone-java : 51Degrees.mobi.detection.premium sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.fiftyone-java" % "51Degrees.mobi.detection.premium" % "2.1.17.1"