| License |
License
LGPL
|
|---|---|
| GroupId | GroupIdcom.martiansoftware |
| ArtifactId | ArtifactIdjsap |
| Last Version | Last Version2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSAP
the Java-based Simple Argument Parser
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsap-2.1.pom | |
| jsap-2.1.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.martiansoftware/jsap/ -->
<dependency>
<groupId>com.martiansoftware</groupId>
<artifactId>jsap</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.martiansoftware/jsap/
implementation 'com.martiansoftware:jsap:2.1'
// https://jarcasting.com/artifacts/com.martiansoftware/jsap/
implementation ("com.martiansoftware:jsap:2.1")
'com.martiansoftware:jsap:jar:2.1'
<dependency org="com.martiansoftware" name="jsap" rev="2.1">
<artifact name="jsap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.martiansoftware', module='jsap', version='2.1')
)
libraryDependencies += "com.martiansoftware" % "jsap" % "2.1"
[com.martiansoftware/jsap "2.1"]