okyline
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.akwatype</groupId>
<artifactId>okyline</artifactId>
<version>1.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.akwatype</groupId>
<artifactId>okyline</artifactId>
<name>Okyline Schema API</name>
<version>1.0.1</version>
<description>Readable, real-world JSON validation powered by simple, annotated examples</description>
<url>https://akwatype.io/community</url>
<developers>
<developer>
<id>pmb</id>
<name>Pierre-Michel Bret</name>
<email>contact@akwatype.io</email>
<organization>Akwatype</organization>
<organizationUrl>https://akwatype.io</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>Okyline Free License 1.0.0</name>
<url>https://public-docs.okyline.io/licenses/Okyline-Free-Licence-1.0.0.txt</url>
<distribution>repo</distribution>
<comments>Proprietary license - see LICENSE.txt in JAR for full terms</comments>
</license>
</licenses>
<scm>
<url>https://akwatype.io</url>
</scm>
</project>