GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-args |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-args-0.6.0.pom | |
commons-args-0.6.0.jar | 10 KB |
commons-args-0.6.0-sources.jar | 7 KB |
commons-args-0.6.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-args/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-args</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-args/
implementation 'com.github.crabs-hue.commons:commons-args:0.6.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-args/
implementation ("com.github.crabs-hue.commons:commons-args:0.6.0")
'com.github.crabs-hue.commons:commons-args:jar:0.6.0'
<dependency org="com.github.crabs-hue.commons" name="commons-args" rev="0.6.0">
<artifact name="commons-args" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-args', version='0.6.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-args" % "0.6.0"
[com.github.crabs-hue.commons/commons-args "0.6.0"]