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