License |
License |
---|---|
GroupId | GroupIdcom.bungleton |
ArtifactId | ArtifactIdyarrgs |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionyarrgs
Java command line argument parsing with a hint of a sea breeze
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yarrgs-0.1.pom | |
yarrgs-0.1.jar | 36 KB |
yarrgs-0.1-sources.jar | 17 KB |
yarrgs-0.1-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bungleton/yarrgs/ -->
<dependency>
<groupId>com.bungleton</groupId>
<artifactId>yarrgs</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bungleton/yarrgs/
implementation 'com.bungleton:yarrgs:0.1'
// https://jarcasting.com/artifacts/com.bungleton/yarrgs/
implementation ("com.bungleton:yarrgs:0.1")
'com.bungleton:yarrgs:jar:0.1'
<dependency org="com.bungleton" name="yarrgs" rev="0.1">
<artifact name="yarrgs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bungleton', module='yarrgs', version='0.1')
)
libraryDependencies += "com.bungleton" % "yarrgs" % "0.1"
[com.bungleton/yarrgs "0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |