Categories |
CategoriesJSON Data Serialization Data Formats |
---|---|
GroupId | GroupIdlove.forte.simple-robot.serialization |
ArtifactId | ArtifactIdjson-core |
Version | Version2.2.0-DEV.3 |
Type | Typejar |
Filename | Size |
---|---|
json-core-2.2.0-DEV.3.pom | |
json-core-2.2.0-DEV.3.jar | 4 KB |
json-core-2.2.0-DEV.3-sources.jar | 5 KB |
json-core-2.2.0-DEV.3-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.0-DEV.3</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.serialization/json-core/
implementation 'love.forte.simple-robot.serialization:json-core:2.2.0-DEV.3'
// https://jarcasting.com/artifacts/love.forte.simple-robot.serialization/json-core/
implementation ("love.forte.simple-robot.serialization:json-core:2.2.0-DEV.3")
'love.forte.simple-robot.serialization:json-core:jar:2.2.0-DEV.3'
<dependency org="love.forte.simple-robot.serialization" name="json-core" rev="2.2.0-DEV.3">
<artifact name="json-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.serialization', module='json-core', version='2.2.0-DEV.3')
)
libraryDependencies += "love.forte.simple-robot.serialization" % "json-core" % "2.2.0-DEV.3"
[love.forte.simple-robot.serialization/json-core "2.2.0-DEV.3"]