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