не последняя версия
Последняя версия 1.2

org.jlot:jlot-api 0.94

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.

Группа

Группа

org.jlot
Идентификатор

Идентификатор

jlot-api
Версия

Версия

0.94
Тип

Тип

jar

Скачать jlot-api 0.94


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