Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.thetransactioncompany |
ArtifactId | ArtifactIdpretty-json |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
pretty-json-1.3.1.pom | |
pretty-json-1.3.1.jar | 9 KB |
pretty-json-1.3.1-sources.jar | 5 KB |
pretty-json-1.3.1-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thetransactioncompany/pretty-json/ -->
<dependency>
<groupId>com.thetransactioncompany</groupId>
<artifactId>pretty-json</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thetransactioncompany/pretty-json/
implementation 'com.thetransactioncompany:pretty-json:1.3.1'
// https://jarcasting.com/artifacts/com.thetransactioncompany/pretty-json/
implementation ("com.thetransactioncompany:pretty-json:1.3.1")
'com.thetransactioncompany:pretty-json:jar:1.3.1'
<dependency org="com.thetransactioncompany" name="pretty-json" rev="1.3.1">
<artifact name="pretty-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thetransactioncompany', module='pretty-json', version='1.3.1')
)
libraryDependencies += "com.thetransactioncompany" % "pretty-json" % "1.3.1"
[com.thetransactioncompany/pretty-json "1.3.1"]