MVN

nz.net.catalyst : mobile-dds

Maven & Gradle

May 01, 2011
4 stars

DeDS - Device Detection Service (jar)

<dependency>
    <groupId>nz.net.catalyst</groupId>
    <artifactId>mobile-dds</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.net.catalyst : mobile-dds to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of nz.net.catalyst : mobile-dds to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mobile-dds-1.1.1
mobile-dds-1.1.0

How to add a dependency to Maven

Add the following nz.net.catalyst : mobile-dds maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.net.catalyst</groupId>
    <artifactId>mobile-dds</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.net.catalyst : mobile-dds gradle dependency to your build.gradle file:

implementation 'nz.net.catalyst:mobile-dds:1.1.1'

Gradle Kotlin DSL: Add the following nz.net.catalyst : mobile-dds gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.net.catalyst:mobile-dds:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.net.catalyst : mobile-dds sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.net.catalyst" % "mobile-dds" % "1.1.1"

Advertisement