0.0.1
First release of springwolf (previously swagger4kafka) with compliance to the asyncapi specification.
Gradle
repositories {
jcenter()
}
dependencies {
// Provides the documentation API
implementation 'io.github.stavshamir:springwolf-core:0.0.1'
// Provides the UI - optional (recommended)
runtimeOnly 'io.github.stavshamir:springwolf-ui:0.0.1'
}
Maven
<dependencies>
<dependency>
<groupId>io.github.stavshamir</groupId>
<artifactId>springwolf-core</artifactId>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>io.github.stavshamir</groupId>
<artifactId>springwolf-ui</artifactId>
<version>0.0.1</version>
</dependency>
</dependencies>