is not current version
Last Version 3.2.10

com.speedment.common:json 3.2.6

A lightweight JSON serializer and deserializer made with the ambition to reduce complexity for non-performance critical parsing situations.

Categories

Categories

Speedment Data Databases JSON
GroupId

GroupId

com.speedment.common
ArtifactId

ArtifactId

json
Version

Version

3.2.6
Type

Type

jar

Download json 3.2.6


<!-- https://jarcasting.com/artifacts/com.speedment.common/json/ -->
<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>json</artifactId>
    <version>3.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.common/json/
implementation 'com.speedment.common:json:3.2.6'
// https://jarcasting.com/artifacts/com.speedment.common/json/
implementation ("com.speedment.common:json:3.2.6")
'com.speedment.common:json:jar:3.2.6'
<dependency org="com.speedment.common" name="json" rev="3.2.6">
  <artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment.common', module='json', version='3.2.6')
)
libraryDependencies += "com.speedment.common" % "json" % "3.2.6"
[com.speedment.common/json "3.2.6"]