is not current version
Last Version 3.0.1

me.joshlarson:fast-json 1.7

A library for parsing and writing JSON fast.

Categories

Categories

JSON Data
GroupId

GroupId

me.joshlarson
ArtifactId

ArtifactId

fast-json
Version

Version

1.7
Type

Type

jar

Download fast-json 1.7


<!-- 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"]