| License |
License
Apache License
|
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.deephacks.tools4j |
| ArtifactId | ArtifactIdtools4j-cli |
| Last Version | Last Version0.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontools4j-cli
tools4j-cli provide an api for creating java based command line interfaces.
|
| Filename | Size |
|---|---|
| tools4j-cli-0.0.7.pom | |
| tools4j-cli-0.0.7.jar | 42 KB |
| tools4j-cli-0.0.7-sources.jar | 22 KB |
| tools4j-cli-0.0.7-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-cli/ -->
<dependency>
<groupId>org.deephacks.tools4j</groupId>
<artifactId>tools4j-cli</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-cli/
implementation 'org.deephacks.tools4j:tools4j-cli:0.0.7'
// https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-cli/
implementation ("org.deephacks.tools4j:tools4j-cli:0.0.7")
'org.deephacks.tools4j:tools4j-cli:jar:0.0.7'
<dependency org="org.deephacks.tools4j" name="tools4j-cli" rev="0.0.7">
<artifact name="tools4j-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deephacks.tools4j', module='tools4j-cli', version='0.0.7')
)
libraryDependencies += "org.deephacks.tools4j" % "tools4j-cli" % "0.0.7"
[org.deephacks.tools4j/tools4j-cli "0.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.validation : validation-api | jar | 1.1.0.Alpha1 |
| org.hibernate : hibernate-validator | jar | 5.0.0.Alpha1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |