Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.smallmind |
ArtifactId | ArtifactIdweb-json |
Version | Version3.3.21 |
Type | Typepom |
Filename | Size |
---|---|
web-json-3.3.21.pom | 631 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/web-json/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>web-json</artifactId>
<version>3.3.21</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/web-json/
implementation 'org.smallmind:web-json:3.3.21'
// https://jarcasting.com/artifacts/org.smallmind/web-json/
implementation ("org.smallmind:web-json:3.3.21")
'org.smallmind:web-json:pom:3.3.21'
<dependency org="org.smallmind" name="web-json" rev="3.3.21">
<artifact name="web-json" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='web-json', version='3.3.21')
)
libraryDependencies += "org.smallmind" % "web-json" % "3.3.21"
[org.smallmind/web-json "3.3.21"]