MVN

com.asyncapi : asyncapi

Maven & Gradle

Mar 15, 2023
63 stars

AsyncAPI · Building the future of event-driven architecture. Open source tools to easily build and maintain your event-driven architecture. All powered by the AsyncAPI specification, the industry standard for defining asynchronous APIs.

<dependency>
    <groupId>com.asyncapi</groupId>
    <artifactId>asyncapi</artifactId>
    <version>1.0.0-EAP-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.asyncapi : asyncapi to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-EAP-2

All Versions

Choose a version of com.asyncapi : asyncapi to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
asyncapi-1.0.0-EAP-2
asyncapi-1.0.0-EAP-1
asyncapi-1.0.0-EAP

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.asyncapi</groupId>
    <artifactId>asyncapi</artifactId>
    <version>1.0.0-EAP-2</version>
</dependency>

Advertisement