GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-args |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-args-0.0.2.pom | |
commons-args-0.0.2.jar | 8 KB |
commons-args-0.0.2-sources.jar | 6 KB |
commons-args-0.0.2-javadoc.jar | 69 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.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-args/
implementation 'com.github.crabs-hue.commons:commons-args:0.0.2'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-args/
implementation ("com.github.crabs-hue.commons:commons-args:0.0.2")
'com.github.crabs-hue.commons:commons-args:jar:0.0.2'
<dependency org="com.github.crabs-hue.commons" name="commons-args" rev="0.0.2">
<artifact name="commons-args" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-args', version='0.0.2')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-args" % "0.0.2"
[com.github.crabs-hue.commons/commons-args "0.0.2"]