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