Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.jlot |
ArtifactId | ArtifactIdjlot-client |
Version | Version0.109 |
Type | Typejar |
Filename | Size |
---|---|
jlot-client-0.109.pom | |
jlot-client-0.109.jar | 61 KB |
jlot-client-0.109-sources.jar | 33 KB |
jlot-client-0.109-javadoc.jar | 299 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jlot/jlot-client/ -->
<dependency>
<groupId>org.jlot</groupId>
<artifactId>jlot-client</artifactId>
<version>0.109</version>
</dependency>
// https://jarcasting.com/artifacts/org.jlot/jlot-client/
implementation 'org.jlot:jlot-client:0.109'
// https://jarcasting.com/artifacts/org.jlot/jlot-client/
implementation ("org.jlot:jlot-client:0.109")
'org.jlot:jlot-client:jar:0.109'
<dependency org="org.jlot" name="jlot-client" rev="0.109">
<artifact name="jlot-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jlot', module='jlot-client', version='0.109')
)
libraryDependencies += "org.jlot" % "jlot-client" % "0.109"
[org.jlot/jlot-client "0.109"]