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