MVN

gov.adlnet : jxapi

Maven & Gradle

Aug 09, 2017
35 stars

jXAPI · Java xAPI client

<dependency>
    <groupId>gov.adlnet</groupId>
    <artifactId>jxapi</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.adlnet : jxapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of gov.adlnet : jxapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jxapi-2.0.1
jxapi-2.0.0
1.0.x
jxapi-1.0.3
jxapi-1.0.2
jxapi-1.0.1
jxapi-1.0.0

How to add a dependency to Maven

Add the following gov.adlnet : jxapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.adlnet</groupId>
    <artifactId>jxapi</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.adlnet : jxapi gradle dependency to your build.gradle file:

implementation 'gov.adlnet:jxapi:2.0.1'

Gradle Kotlin DSL: Add the following gov.adlnet : jxapi gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.adlnet:jxapi:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.adlnet : jxapi sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.adlnet" % "jxapi" % "2.0.1"

Advertisement