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