License |
License |
---|---|
GroupId | GroupIdde.kuriositaet |
ArtifactId | ArtifactIdflags |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionflags
command line flags handling
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
flags-0.2.0.pom | |
flags-0.2.0.jar | 1 KB |
flags-0.2.0-sources.jar | 2 KB |
flags-0.2.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.kuriositaet/flags/ -->
<dependency>
<groupId>de.kuriositaet</groupId>
<artifactId>flags</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.kuriositaet/flags/
implementation 'de.kuriositaet:flags:0.2.0'
// https://jarcasting.com/artifacts/de.kuriositaet/flags/
implementation ("de.kuriositaet:flags:0.2.0")
'de.kuriositaet:flags:jar:0.2.0'
<dependency org="de.kuriositaet" name="flags" rev="0.2.0">
<artifact name="flags" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.kuriositaet', module='flags', version='0.2.0')
)
libraryDependencies += "de.kuriositaet" % "flags" % "0.2.0"
[de.kuriositaet/flags "0.2.0"]