MVN

org.sdase.commons.spring.boot : sda-commons-asyncapi

Maven & Gradle

Aug 15, 2023
12 stars

org.sdase.commons.spring.boot:sda-commons-asyncapi · A library to bootstrap services easily that follow the patterns and specifications promoted by the SDA SE

<dependency>
    <groupId>org.sdase.commons.spring.boot</groupId>
    <artifactId>sda-commons-asyncapi</artifactId>
    <version>2.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sdase.commons.spring.boot : sda-commons-asyncapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.6

All Versions

Choose a version of org.sdase.commons.spring.boot : sda-commons-asyncapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
sda-commons-asyncapi-2.2.6
sda-commons-asyncapi-2.2.5
sda-commons-asyncapi-2.2.4
sda-commons-asyncapi-2.2.3
sda-commons-asyncapi-2.2.2
sda-commons-asyncapi-2.2.1
sda-commons-asyncapi-2.2.0
2.1.x
sda-commons-asyncapi-2.1.4
sda-commons-asyncapi-2.1.3
sda-commons-asyncapi-2.1.2
sda-commons-asyncapi-2.1.1
sda-commons-asyncapi-2.1.0
2.0.x
sda-commons-asyncapi-2.0.3
sda-commons-asyncapi-2.0.2
sda-commons-asyncapi-2.0.1
sda-commons-asyncapi-2.0.0
1.3.x
sda-commons-asyncapi-1.3.0
1.2.x
sda-commons-asyncapi-1.2.7
sda-commons-asyncapi-1.2.6
sda-commons-asyncapi-1.2.5
sda-commons-asyncapi-1.2.4
sda-commons-asyncapi-1.2.3
sda-commons-asyncapi-1.2.2
sda-commons-asyncapi-1.2.1
sda-commons-asyncapi-1.2.0

How to add a dependency to Maven

Add the following org.sdase.commons.spring.boot : sda-commons-asyncapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sdase.commons.spring.boot</groupId>
    <artifactId>sda-commons-asyncapi</artifactId>
    <version>2.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sdase.commons.spring.boot : sda-commons-asyncapi gradle dependency to your build.gradle file:

implementation 'org.sdase.commons.spring.boot:sda-commons-asyncapi:2.2.6'

Gradle Kotlin DSL: Add the following org.sdase.commons.spring.boot : sda-commons-asyncapi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sdase.commons.spring.boot:sda-commons-asyncapi:2.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sdase.commons.spring.boot : sda-commons-asyncapi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sdase.commons.spring.boot" % "sda-commons-asyncapi" % "2.2.6"