j2asyncapi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>lu.greenhalos</groupId> <artifactId>j2asyncapi</artifactId> <version>0.13.0</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>lu.greenhalos</groupId> <artifactId>j2asyncapi</artifactId> <version>0.13.0</version> <packaging>pom</packaging> <name>lu.greenhalos:j2asyncapi</name> <description>A tool generate AsyncAPI yaml/json from Java code</description> <url>https://github.com/greenhalos/j2asyncapi</url> <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>Ben Antony</name> <email>antony@greenhalos.lu</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/greenhalos/j2asyncapi.git</connection> <developerConnection>scm:git:ssh://git@github.com/greenhalos/j2asyncapi.git</developerConnection> <tag>v0.13.0</tag> <url>https://github.com/greenhalos/j2asyncapi/tree/master</url> </scm> <distributionManagement> <repository> <id>ossrh</id> <name>Central Repository OSSRH</name> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>