GroupId | GroupIdcom.github.fracpete |
---|---|
ArtifactId | ArtifactIdsimple-argparse4j |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
simple-argparse4j-0.0.3.pom | |
simple-argparse4j-0.0.3.jar | 17 KB |
simple-argparse4j-0.0.3-sources.jar | 11 KB |
simple-argparse4j-0.0.3-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/simple-argparse4j/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>simple-argparse4j</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/simple-argparse4j/
implementation 'com.github.fracpete:simple-argparse4j:0.0.3'
// https://jarcasting.com/artifacts/com.github.fracpete/simple-argparse4j/
implementation ("com.github.fracpete:simple-argparse4j:0.0.3")
'com.github.fracpete:simple-argparse4j:jar:0.0.3'
<dependency org="com.github.fracpete" name="simple-argparse4j" rev="0.0.3">
<artifact name="simple-argparse4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='simple-argparse4j', version='0.0.3')
)
libraryDependencies += "com.github.fracpete" % "simple-argparse4j" % "0.0.3"
[com.github.fracpete/simple-argparse4j "0.0.3"]