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