json4j
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>json4j</artifactId>
<version>0.6.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.danielliu1123</groupId>
<artifactId>json4j</artifactId>
<version>0.6.0</version>
<name>json4j</name>
<description>Minimal, standard-first JSON library</description>
<url>https://github.com/DanielLiu1123/json4j
</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/license/mit</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>Freeman</id>
<name>Freeman Liu</name>
<email>llw599502537@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/DanielLiu1123/json4j
.git</connection>
<developerConnection>scm:git:ssh@github.com/DanielLiu1123/json4j
.git</developerConnection>
<url>https://github.com/DanielLiu1123/json4j
</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.8</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>