License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.martinfrank |
ArtifactId | ArtifactIdcli |
Version | Version0.2.2 |
Type | Typejar |
Description |
Descriptioncli
this project provides a command line interface
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMartin Frank |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cli-0.2.2.pom | |
cli-0.2.2.jar | 10 KB |
cli-0.2.2-sources.jar | 6 KB |
cli-0.2.2-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinfrank/cli/ -->
<dependency>
<groupId>com.github.martinfrank</groupId>
<artifactId>cli</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinfrank/cli/
implementation 'com.github.martinfrank:cli:0.2.2'
// https://jarcasting.com/artifacts/com.github.martinfrank/cli/
implementation ("com.github.martinfrank:cli:0.2.2")
'com.github.martinfrank:cli:jar:0.2.2'
<dependency org="com.github.martinfrank" name="cli" rev="0.2.2">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinfrank', module='cli', version='0.2.2')
)
libraryDependencies += "com.github.martinfrank" % "cli" % "0.2.2"
[com.github.martinfrank/cli "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |