kotlin-asyncapi-examples
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openfolder</groupId>
<artifactId>kotlin-asyncapi-examples</artifactId>
<version>3.2.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>kotlin-asyncapi-parent</artifactId> <groupId>org.openfolder</groupId> <version>3.2.4</version> </parent> <artifactId>kotlin-asyncapi-examples</artifactId> <packaging>pom</packaging> <name>Kotlin AsyncAPI Examples</name> <description>Example applications for Kotlin AsyncAPI</description> <properties> <kotlin-asyncapi-maven-plugin.version>3.2.1-SNAPSHOT</kotlin-asyncapi-maven-plugin.version> </properties> <modules> <module>kotlin-asyncapi-spring-boot-example</module> <module>kotlin-asyncapi-ktor-example</module> </modules> </project>