Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdme.joshlarson |
ArtifactId | ArtifactIdfast-json |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
fast-json-1.7.pom | |
fast-json-1.7.jar | 14 KB |
fast-json-1.7-sources.jar | 12 KB |
fast-json-1.7-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.joshlarson/fast-json/ -->
<dependency>
<groupId>me.joshlarson</groupId>
<artifactId>fast-json</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/me.joshlarson/fast-json/
implementation 'me.joshlarson:fast-json:1.7'
// https://jarcasting.com/artifacts/me.joshlarson/fast-json/
implementation ("me.joshlarson:fast-json:1.7")
'me.joshlarson:fast-json:jar:1.7'
<dependency org="me.joshlarson" name="fast-json" rev="1.7">
<artifact name="fast-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.joshlarson', module='fast-json', version='1.7')
)
libraryDependencies += "me.joshlarson" % "fast-json" % "1.7"
[me.joshlarson/fast-json "1.7"]