is not current version
Last Version 0.4.3

org.jaxxy:jaxxy-example 0.0.1


GroupId

GroupId

org.jaxxy
ArtifactId

ArtifactId

jaxxy-example
Version

Version

0.0.1
Type

Type

jar

Download jaxxy-example 0.0.1


<!-- https://jarcasting.com/artifacts/org.jaxxy/jaxxy-example/ -->
<dependency>
    <groupId>org.jaxxy</groupId>
    <artifactId>jaxxy-example</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxxy/jaxxy-example/
implementation 'org.jaxxy:jaxxy-example:0.0.1'
// https://jarcasting.com/artifacts/org.jaxxy/jaxxy-example/
implementation ("org.jaxxy:jaxxy-example:0.0.1")
'org.jaxxy:jaxxy-example:jar:0.0.1'
<dependency org="org.jaxxy" name="jaxxy-example" rev="0.0.1">
  <artifact name="jaxxy-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxxy', module='jaxxy-example', version='0.0.1')
)
libraryDependencies += "org.jaxxy" % "jaxxy-example" % "0.0.1"
[org.jaxxy/jaxxy-example "0.0.1"]