AsyncAPI Maven plugin

This Maven plugin provides tooling for AsyncAPI

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

de.dentrassi.maven
ArtifactId

ArtifactId

asyncapi
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

AsyncAPI Maven plugin
This Maven plugin provides tooling for AsyncAPI
Project URL

Project URL

https://dentrassi.de/asyncapi
Source Code Management

Source Code Management

https://github.com/ctron/asyncapi-maven

Download asyncapi

How to add to project

<plugin>
    <groupId>de.dentrassi.maven</groupId>
    <artifactId>asyncapi</artifactId>
    <version>0.0.4</version>
</plugin>

Dependencies

compile (7)

Group / Artifact Type Version
de.dentrassi.asyncapi : asyncapi-model jar 0.0.4
de.dentrassi.asyncapi : asyncapi-generator-java jar 0.0.4
org.apache.maven : maven-model jar 3.3.9
org.apache.maven : maven-core jar 3.3.9
org.apache.maven : maven-plugin-api jar 3.3.9
org.apache.maven : maven-artifact jar 3.3.9
org.sonatype.plexus : plexus-build-api jar 0.0.7

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3

Project Modules

There are no modules declared in this project.

AsyncAPI Maven Plugin Build status Maven Central

This is a plugin for generating code from AsyncAPI definitions using Maven.

Maven coordinates

<plugin>
  <groupId>de.dentrassi.maven</groupId>
  <artifactId>asyncapi</artifactId>
  <version><!-- version here --></version>
</plugin>

More information

Versions

Version
0.0.4
0.0.3
0.0.2
0.0.1