MVN

org.jlot : jlot-api

Maven & Gradle

Feb 08, 2017
4 usages

This project is just a container for some resources needed by jlot-client and jlot-web, so both projects can access Api URLs. This way jlot-client does not need to depend on jlot-web.

<dependency>
    <groupId>org.jlot</groupId>
    <artifactId>jlot-api</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jlot : jlot-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.jlot : jlot-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
jlot-api-1.2
1.0
jlot-api-1.0
0.99
jlot-api-0.99
0.98
jlot-api-0.98
0.97
jlot-api-0.97
0.96
jlot-api-0.96
0.95
jlot-api-0.95
0.94
jlot-api-0.94
0.93
jlot-api-0.93
0.91
jlot-api-0.91
0.90
jlot-api-0.90
0.87
jlot-api-0.87
0.113
jlot-api-0.113
0.112
jlot-api-0.112
0.111
jlot-api-0.111
0.110
jlot-api-0.110
0.109
jlot-api-0.109
0.108
jlot-api-0.108
0.107
jlot-api-0.107
0.106
jlot-api-0.106
0.105
jlot-api-0.105
0.102
jlot-api-0.102
0.101
jlot-api-0.101

How to add a dependency to Maven

Add the following org.jlot : jlot-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jlot</groupId>
    <artifactId>jlot-api</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jlot : jlot-api gradle dependency to your build.gradle file:

implementation 'org.jlot:jlot-api:1.2'

Gradle Kotlin DSL: Add the following org.jlot : jlot-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jlot:jlot-api:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jlot : jlot-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jlot" % "jlot-api" % "1.2"

Advertisement