Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.icroco.cocochagen |
ArtifactId | ArtifactIdcocochagen-cli |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
cocochagen-cli-1.0.2.pom | |
cocochagen-cli-1.0.2.jar | 10 MB |
cocochagen-cli-1.0.2-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.icroco.cocochagen/cocochagen-cli/ -->
<dependency>
<groupId>org.icroco.cocochagen</groupId>
<artifactId>cocochagen-cli</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.icroco.cocochagen/cocochagen-cli/
implementation 'org.icroco.cocochagen:cocochagen-cli:1.0.2'
// https://jarcasting.com/artifacts/org.icroco.cocochagen/cocochagen-cli/
implementation ("org.icroco.cocochagen:cocochagen-cli:1.0.2")
'org.icroco.cocochagen:cocochagen-cli:jar:1.0.2'
<dependency org="org.icroco.cocochagen" name="cocochagen-cli" rev="1.0.2">
<artifact name="cocochagen-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.icroco.cocochagen', module='cocochagen-cli', version='1.0.2')
)
libraryDependencies += "org.icroco.cocochagen" % "cocochagen-cli" % "1.0.2"
[org.icroco.cocochagen/cocochagen-cli "1.0.2"]