Categories |
CategoriesJSON Data Serialization Data Formats |
---|---|
GroupId | GroupIdlove.forte.simple-robot.serialization |
ArtifactId | ArtifactIdjson-core |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
json-core-2.2.2.pom | |
json-core-2.2.2.jar | 4 KB |
json-core-2.2.2-sources.jar | 5 KB |
json-core-2.2.2-javadoc.jar | 276 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot.serialization/json-core/ -->
<dependency>
<groupId>love.forte.simple-robot.serialization</groupId>
<artifactId>json-core</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.serialization/json-core/
implementation 'love.forte.simple-robot.serialization:json-core:2.2.2'
// https://jarcasting.com/artifacts/love.forte.simple-robot.serialization/json-core/
implementation ("love.forte.simple-robot.serialization:json-core:2.2.2")
'love.forte.simple-robot.serialization:json-core:jar:2.2.2'
<dependency org="love.forte.simple-robot.serialization" name="json-core" rev="2.2.2">
<artifact name="json-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.serialization', module='json-core', version='2.2.2')
)
libraryDependencies += "love.forte.simple-robot.serialization" % "json-core" % "2.2.2"
[love.forte.simple-robot.serialization/json-core "2.2.2"]