License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdfr.marcwrobel |
ArtifactId | ArtifactIdgcli |
Version | Version0.0.5 |
Type | Typejar |
Description |
DescriptionGCLI
Easier scripting with Groovy
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gcli-0.0.5.pom | |
gcli-0.0.5.jar | 38 KB |
gcli-0.0.5-sources.jar | 12 KB |
gcli-0.0.5-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.marcwrobel/gcli/ -->
<dependency>
<groupId>fr.marcwrobel</groupId>
<artifactId>gcli</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/fr.marcwrobel/gcli/
implementation 'fr.marcwrobel:gcli:0.0.5'
// https://jarcasting.com/artifacts/fr.marcwrobel/gcli/
implementation ("fr.marcwrobel:gcli:0.0.5")
'fr.marcwrobel:gcli:jar:0.0.5'
<dependency org="fr.marcwrobel" name="gcli" rev="0.0.5">
<artifact name="gcli" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.marcwrobel', module='gcli', version='0.0.5')
)
libraryDependencies += "fr.marcwrobel" % "gcli" % "0.0.5"
[fr.marcwrobel/gcli "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-cli-commons | jar | 2.5.14 |
org.codehaus.groovy : groovy-sql | jar | 2.5.14 |
ch.qos.logback : logback-classic | jar | 1.2.3 |