Categories |
CategoriesJSON Data fastjson Serialization Data Formats |
---|---|
GroupId | GroupIdorg.noear |
ArtifactId | ArtifactIdsolon.serialization.fastjson |
Version | Version1.5.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.noear/solon.serialization.fastjson/ -->
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon.serialization.fastjson</artifactId>
<version>1.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear/solon.serialization.fastjson/
implementation 'org.noear:solon.serialization.fastjson:1.5.8'
// https://jarcasting.com/artifacts/org.noear/solon.serialization.fastjson/
implementation ("org.noear:solon.serialization.fastjson:1.5.8")
'org.noear:solon.serialization.fastjson:jar:1.5.8'
<dependency org="org.noear" name="solon.serialization.fastjson" rev="1.5.8">
<artifact name="solon.serialization.fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear', module='solon.serialization.fastjson', version='1.5.8')
)
libraryDependencies += "org.noear" % "solon.serialization.fastjson" % "1.5.8"
[org.noear/solon.serialization.fastjson "1.5.8"]