pojson-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.acelost</groupId>
<artifactId>pojson-core</artifactId>
<version>0.0.8</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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.acelost</groupId>
<artifactId>pojson-core</artifactId>
<version>0.0.8</version>
<name>pojson-core</name>
<description>Kotlin library for json formatting bringing pretty DSL</description>
<url>https://github.com/acelost/Pojson</url>
<licenses>
<license>
<name>License</name>
<url>https://github.com/Pojson/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>acelost</id>
<name>Alexander Mironychev</name>
<email>alexandermironychev@yandex.ru</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/acelost/Pojson.git</connection>
<developerConnection>scm:git:ssh://github.com/acelost/Pojson.git</developerConnection>
<url>https://github.com/acelost/Pojson/tree/main</url>
</scm>
</project>