json-openapi-codegen
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.pulledtim</groupId>
<artifactId>json-openapi-codegen</artifactId>
<version>1.2.0-PRE-4-29</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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.pulledtim</groupId>
<artifactId>json-openapi-codegen</artifactId>
<version>1.2.0-PRE-4-29</version>
<name>OpenAPI codegen for Json Schema and NGSI-LD annotations</name>
<description>This is an openapi generator for Json Schema and NGSI-LD annotations.</description>
<url>https://github.com/pulledtim/json-schema-openapi-codegen</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>pulledtim</id>
<name>Tim Smyth</name>
<email>tim.smyth@fiware.org</email>
<url>https://github.com/pulledtim</url>
<organization>FIWARE Foundation</organization>
<organizationUrl>https://fiware.org</organizationUrl>
<roles>
<role>Lead Developer</role>
</roles>
<timezone>Europe/Berlin</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/kokuwaio/maven-parent.git/json-openapi-codegen</connection>
<developerConnection>scm:git:https://github.com/kokuwaio/maven-parent.git/json-openapi-codegen</developerConnection>
<tag>0.6.7</tag>
<url>https://github.com/kokuwaio/maven-parent/json-openapi-codegen</url>
</scm>
<dependencies>
<dependency>
<groupId>io.micronaut</groupId>
<artifactId>micronaut-http</artifactId>
<version>3.9.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.micronaut</groupId>
<artifactId>micronaut-inject</artifactId>
</exclusion>
<exclusion>
<groupId>io.micronaut</groupId>
<artifactId>micronaut-core-reactive</artifactId>
</exclusion>
<exclusion>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.micronaut</groupId>
<artifactId>micronaut-core</artifactId>
<version>3.9.3</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator</artifactId>
<version>6.6.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>