Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.objectweb.clif |
ArtifactId | ArtifactIdclif-only |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
clif-only-1.2.2.pom | |
clif-only-1.2.2.jar | 382 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.clif/clif-only/ -->
<dependency>
<groupId>org.objectweb.clif</groupId>
<artifactId>clif-only</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.clif/clif-only/
implementation 'org.objectweb.clif:clif-only:1.2.2'
// https://jarcasting.com/artifacts/org.objectweb.clif/clif-only/
implementation ("org.objectweb.clif:clif-only:1.2.2")
'org.objectweb.clif:clif-only:jar:1.2.2'
<dependency org="org.objectweb.clif" name="clif-only" rev="1.2.2">
<artifact name="clif-only" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.clif', module='clif-only', version='1.2.2')
)
libraryDependencies += "org.objectweb.clif" % "clif-only" % "1.2.2"
[org.objectweb.clif/clif-only "1.2.2"]