Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.phloc |
ArtifactId | ArtifactIdphloc-json |
Version | Version2.5.5 |
Type | Typejar |
Filename | Size |
---|---|
phloc-json-2.5.5.pom | -1 bytes |
phloc-json-2.5.5-test-sources.jar | 13 KB |
phloc-json-2.5.5-sources.jar | 54 KB |
phloc-json-2.5.5-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.phloc/phloc-json/ -->
<dependency>
<groupId>com.phloc</groupId>
<artifactId>phloc-json</artifactId>
<version>2.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.phloc/phloc-json/
implementation 'com.phloc:phloc-json:2.5.5'
// https://jarcasting.com/artifacts/com.phloc/phloc-json/
implementation ("com.phloc:phloc-json:2.5.5")
'com.phloc:phloc-json:jar:2.5.5'
<dependency org="com.phloc" name="phloc-json" rev="2.5.5">
<artifact name="phloc-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.phloc', module='phloc-json', version='2.5.5')
)
libraryDependencies += "com.phloc" % "phloc-json" % "2.5.5"
[com.phloc/phloc-json "2.5.5"]