GroupId | GroupIdorg.jaxxy |
---|---|
ArtifactId | ArtifactIdjaxxy-util |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jaxxy-util-0.0.2.pom | |
jaxxy-util-0.0.2.jar | 7 KB |
jaxxy-util-0.0.2-sources.jar | 7 KB |
jaxxy-util-0.0.2-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxxy/jaxxy-util/ -->
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-util</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxxy/jaxxy-util/
implementation 'org.jaxxy:jaxxy-util:0.0.2'
// https://jarcasting.com/artifacts/org.jaxxy/jaxxy-util/
implementation ("org.jaxxy:jaxxy-util:0.0.2")
'org.jaxxy:jaxxy-util:jar:0.0.2'
<dependency org="org.jaxxy" name="jaxxy-util" rev="0.0.2">
<artifact name="jaxxy-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxxy', module='jaxxy-util', version='0.0.2')
)
libraryDependencies += "org.jaxxy" % "jaxxy-util" % "0.0.2"
[org.jaxxy/jaxxy-util "0.0.2"]