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