creek-json-schema-generator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.creekservice</groupId> <artifactId>creek-json-schema-generator</artifactId> <version>0.4.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 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>org.creekservice</groupId> <artifactId>creek-json-schema-generator</artifactId> <version>0.4.1</version> <name>org.creekservice:creek-json-schema-generator</name> <description>Creek json schema generator library</description> <url>https://www.creekservice.org</url> <inceptionYear>2022</inceptionYear> <organization> <name>Creek Service</name> <url>https://www.creekservice.org</url> </organization> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Andy Coates</name> <email>8012398+big-andy-coates@users.noreply.github.com</email> <organization>Creek Service</organization> <organizationUrl>https://www.creekservice.org</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/creek-service/creek-json-schema.git</connection> <developerConnection>scm:git:ssh://github.com/creek-service/creek-json-schema.git</developerConnection> <url>https://github.com/creek-service/creek-json-schema</url> </scm> <issueManagement> <system>GitHub issues</system> <url>https://github.com/creek-service/creek-json-schema/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.creekservice</groupId> <artifactId>creek-base-annotation</artifactId> <version>0.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.creekservice</groupId> <artifactId>creek-base-type</artifactId> <version>0.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.creekservice</groupId> <artifactId>creek-base-schema</artifactId> <version>0.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> <version>4.7.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>info.picocli</groupId> <artifactId>picocli</artifactId> <version>4.7.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jdk8</artifactId> <version>2.14.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>2.14.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.kjetland</groupId> <artifactId>mbknor-jackson-jsonschema_2.13</artifactId> <version>1.0.39</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.classgraph</groupId> <artifactId>classgraph</artifactId> <version>4.8.157</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.20.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <version>2.20.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-scripting-compiler-embeddable</artifactId> <version>1.8.20</version> <scope>runtime</scope> </dependency> </dependencies> </project>