MVN

me.ahoo.wow : wow-openapi

Maven & Gradle

Aug 17, 2023
144 stars

Wow · A Modern Reactive CQRS Architecture Microservice development framework based on DDD and EventSourcing.

<dependency>
    <groupId>me.ahoo.wow</groupId>
    <artifactId>wow-openapi</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.ahoo.wow : wow-openapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2

All Versions

Choose a version of me.ahoo.wow : wow-openapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
wow-openapi-2.5.2
wow-openapi-2.5.1
wow-openapi-2.5.0
2.4.x
wow-openapi-2.4.8
wow-openapi-2.4.6
wow-openapi-2.4.5
wow-openapi-2.4.4
wow-openapi-2.4.3
wow-openapi-2.4.2
wow-openapi-2.4.0
2.3.x
wow-openapi-2.3.10
wow-openapi-2.3.9
wow-openapi-2.3.8
wow-openapi-2.3.6
wow-openapi-2.3.5
wow-openapi-2.3.3
wow-openapi-2.3.2
wow-openapi-2.3.0

How to add a dependency to Maven

Add the following me.ahoo.wow : wow-openapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.ahoo.wow</groupId>
    <artifactId>wow-openapi</artifactId>
    <version>2.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.ahoo.wow : wow-openapi gradle dependency to your build.gradle file:

implementation 'me.ahoo.wow:wow-openapi:2.5.2'

Gradle Kotlin DSL: Add the following me.ahoo.wow : wow-openapi gradle kotlin dependency to your build.gradle.kts file:

implementation("me.ahoo.wow:wow-openapi:2.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.ahoo.wow : wow-openapi sbt scala dependency to your build.sbt file:

libraryDependencies += "me.ahoo.wow" % "wow-openapi" % "2.5.2"