License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.javacliparser |
ArtifactId | ArtifactIdjavacliparser |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSAMOA Java CLI Parser
Command line parsing library for SAMOA
|
Project URL |
Project URL |
Filename | Size |
---|---|
javacliparser-0.5.0.pom | |
javacliparser-0.5.0.jar | 28 KB |
javacliparser-0.5.0-sources.jar | 23 KB |
javacliparser-0.5.0-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javacliparser/javacliparser/ -->
<dependency>
<groupId>com.github.javacliparser</groupId>
<artifactId>javacliparser</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javacliparser/javacliparser/
implementation 'com.github.javacliparser:javacliparser:0.5.0'
// https://jarcasting.com/artifacts/com.github.javacliparser/javacliparser/
implementation ("com.github.javacliparser:javacliparser:0.5.0")
'com.github.javacliparser:javacliparser:jar:0.5.0'
<dependency org="com.github.javacliparser" name="javacliparser" rev="0.5.0">
<artifact name="javacliparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javacliparser', module='javacliparser', version='0.5.0')
)
libraryDependencies += "com.github.javacliparser" % "javacliparser" % "0.5.0"
[com.github.javacliparser/javacliparser "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |