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