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