Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.pro-crafting.tools |
ArtifactId | ArtifactIdjsonpretty-web |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jsonpretty-web-1.0.2.pom | |
jsonpretty-web-1.0.2.jar | 7 KB |
jsonpretty-web-1.0.2-sources.jar | 6 KB |
jsonpretty-web-1.0.2-runner.jar | 14 MB |
jsonpretty-web-1.0.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pro-crafting.tools/jsonpretty-web/ -->
<dependency>
<groupId>com.pro-crafting.tools</groupId>
<artifactId>jsonpretty-web</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pro-crafting.tools/jsonpretty-web/
implementation 'com.pro-crafting.tools:jsonpretty-web:1.0.2'
// https://jarcasting.com/artifacts/com.pro-crafting.tools/jsonpretty-web/
implementation ("com.pro-crafting.tools:jsonpretty-web:1.0.2")
'com.pro-crafting.tools:jsonpretty-web:jar:1.0.2'
<dependency org="com.pro-crafting.tools" name="jsonpretty-web" rev="1.0.2">
<artifact name="jsonpretty-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pro-crafting.tools', module='jsonpretty-web', version='1.0.2')
)
libraryDependencies += "com.pro-crafting.tools" % "jsonpretty-web" % "1.0.2"
[com.pro-crafting.tools/jsonpretty-web "1.0.2"]