is not current version
Last Version 0.4.3

org.jaxxy:jaxxy 0.1.0

A collection of useful JAX-RS providers.

GroupId

GroupId

org.jaxxy
ArtifactId

ArtifactId

jaxxy
Version

Version

0.1.0
Type

Type

pom

Download jaxxy 0.1.0

Filename Size
jaxxy-0.1.0.pom 16 KB
Browse

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