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