| License |
License |
|---|---|
| GroupId | GroupIdorg.jlot |
| ArtifactId | ArtifactIdjlot-api |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThis 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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jlot-api-1.2.pom | |
| jlot-api-1.2.jar | 18 KB |
| jlot-api-1.2-sources.jar | 15 KB |
| jlot-api-1.2-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jlot/jlot-api/ -->
<dependency>
<groupId>org.jlot</groupId>
<artifactId>jlot-api</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jlot/jlot-api/
implementation 'org.jlot:jlot-api:1.2'
// https://jarcasting.com/artifacts/org.jlot/jlot-api/
implementation ("org.jlot:jlot-api:1.2")
'org.jlot:jlot-api:jar:1.2'
<dependency org="org.jlot" name="jlot-api" rev="1.2">
<artifact name="jlot-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jlot', module='jlot-api', version='1.2')
)
libraryDependencies += "org.jlot" % "jlot-api" % "1.2"
[org.jlot/jlot-api "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | 4.3.3.RELEASE |
| org.springframework : spring-core | jar | 4.3.3.RELEASE |
| org.springframework : spring-context | jar | 4.3.3.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.12 |
| org.slf4j : jul-to-slf4j | jar | 1.7.12 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| org.codehaus.janino : janino | jar | 2.7.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.2 |