Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.martinfrank |
ArtifactId | ArtifactIdcli |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
cli-0.2.0.pom | |
cli-0.2.0.jar | 9 KB |
cli-0.2.0-sources.jar | 6 KB |
cli-0.2.0-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinfrank/cli/ -->
<dependency>
<groupId>com.github.martinfrank</groupId>
<artifactId>cli</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinfrank/cli/
implementation 'com.github.martinfrank:cli:0.2.0'
// https://jarcasting.com/artifacts/com.github.martinfrank/cli/
implementation ("com.github.martinfrank:cli:0.2.0")
'com.github.martinfrank:cli:jar:0.2.0'
<dependency org="com.github.martinfrank" name="cli" rev="0.2.0">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinfrank', module='cli', version='0.2.0')
)
libraryDependencies += "com.github.martinfrank" % "cli" % "0.2.0"
[com.github.martinfrank/cli "0.2.0"]