is not current version
Last Version 62

com.guicedee.services:json 1.2.2.1-jre17

JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package.

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection JSON Data
GroupId

GroupId

com.guicedee.services
ArtifactId

ArtifactId

json
Version

Version

1.2.2.1-jre17
Type

Type

jar

Download json 1.2.2.1-jre17


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