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