Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdrocks.voss |
ArtifactId | ArtifactIdjsonhelper |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
jsonhelper-1.3.pom | |
jsonhelper-1.3.jar | 4 KB |
jsonhelper-1.3-sources.jar | 1 KB |
jsonhelper-1.3-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/rocks.voss/jsonhelper/ -->
<dependency>
<groupId>rocks.voss</groupId>
<artifactId>jsonhelper</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/rocks.voss/jsonhelper/
implementation 'rocks.voss:jsonhelper:1.3'
// https://jarcasting.com/artifacts/rocks.voss/jsonhelper/
implementation ("rocks.voss:jsonhelper:1.3")
'rocks.voss:jsonhelper:jar:1.3'
<dependency org="rocks.voss" name="jsonhelper" rev="1.3">
<artifact name="jsonhelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='rocks.voss', module='jsonhelper', version='1.3')
)
libraryDependencies += "rocks.voss" % "jsonhelper" % "1.3"
[rocks.voss/jsonhelper "1.3"]