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