MVN

com.51degrees : device-detection-core

Maven & Gradle

Nov 09, 2018
7 usages

51Degrees :: Device Detection :: Core

<dependency>
    <groupId>com.51degrees</groupId>
    <artifactId>device-detection-core</artifactId>
    <version>3.2.18.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.51degrees : device-detection-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.18.1
  • Latest Beta: 3.2-beta-7

All Versions

Choose a version of com.51degrees : device-detection-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • device-detection-core-3.2.18.1

    Nov 09, 2018
  • device-detection-core-3.2.17.2

    Jul 04, 2018
  • device-detection-core-3.2.16.4

    Sep 14, 2017
  • device-detection-core-3.2.15.3

    Jun 06, 2017
  • device-detection-core-3.2.14.2

    Apr 20, 2017
  • device-detection-core-2.3.14.2

    Apr 19, 2017
  • device-detection-core-3.2.13.9

    Mar 23, 2017
  • device-detection-core-3.2.12.4

    Dec 22, 2016
  • device-detection-core-v3.2.11.3

    Nov 22, 2016
  • device-detection-core-3.2.10.4

    Nov 03, 2016
  • device-detection-core-3.2.9.2

    Sep 21, 2016
  • device-detection-core-3.2.8.1

    Aug 18, 2016
  • device-detection-core-3.2-beta-7

    Jun 23, 2016
  • device-detection-core-3.2.6.1

    Jun 23, 2016
  • device-detection-core-3.2.4.5

    Apr 15, 2016
  • device-detection-core-3.2.4.3

    Mar 17, 2016
  • device-detection-core-3.2.4.3-beta

    Feb 12, 2016
  • device-detection-core-3.2.3.5-beta

    Dec 24, 2015
  • device-detection-core-3.2.2.20-beta

    Dec 07, 2015

How to add a dependency to Maven

Add the following com.51degrees : device-detection-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.51degrees</groupId>
    <artifactId>device-detection-core</artifactId>
    <version>3.2.18.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.51degrees : device-detection-core gradle dependency to your build.gradle file:

implementation 'com.51degrees:device-detection-core:3.2.18.1'

Gradle Kotlin DSL: Add the following com.51degrees : device-detection-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.51degrees:device-detection-core:3.2.18.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.51degrees : device-detection-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.51degrees" % "device-detection-core" % "3.2.18.1"