is not current version
Last Version 1.2

org.jlot:jlot-api 0.113

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.

GroupId

GroupId

org.jlot
ArtifactId

ArtifactId

jlot-api
Version

Version

0.113
Type

Type

jar

Download jlot-api 0.113


<!-- https://jarcasting.com/artifacts/org.jlot/jlot-api/ -->
<dependency>
    <groupId>org.jlot</groupId>
    <artifactId>jlot-api</artifactId>
    <version>0.113</version>
</dependency>
// https://jarcasting.com/artifacts/org.jlot/jlot-api/
implementation 'org.jlot:jlot-api:0.113'
// https://jarcasting.com/artifacts/org.jlot/jlot-api/
implementation ("org.jlot:jlot-api:0.113")
'org.jlot:jlot-api:jar:0.113'
<dependency org="org.jlot" name="jlot-api" rev="0.113">
  <artifact name="jlot-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jlot', module='jlot-api', version='0.113')
)
libraryDependencies += "org.jlot" % "jlot-api" % "0.113"
[org.jlot/jlot-api "0.113"]