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