MVN

com.clouway.kcqrs : kcqrs-appengine

Maven & Gradle

Jun 20, 2024
22 stars

kcqrs-appengine · kcqrs-appengine module of CQRS In Kotlin

<dependency>
    <groupId>com.clouway.kcqrs</groupId>
    <artifactId>kcqrs-appengine</artifactId>
    <version>v1.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.clouway.kcqrs : kcqrs-appengine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v1.2.8

All Versions

Choose a version of com.clouway.kcqrs : kcqrs-appengine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1.2.x
kcqrs-appengine-v1.2.8

How to add a dependency to Maven

Add the following com.clouway.kcqrs : kcqrs-appengine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.clouway.kcqrs</groupId>
    <artifactId>kcqrs-appengine</artifactId>
    <version>v1.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.clouway.kcqrs : kcqrs-appengine gradle dependency to your build.gradle file:

implementation 'com.clouway.kcqrs:kcqrs-appengine:v1.2.8'

Gradle Kotlin DSL: Add the following com.clouway.kcqrs : kcqrs-appengine gradle kotlin dependency to your build.gradle.kts file:

implementation("com.clouway.kcqrs:kcqrs-appengine:v1.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.clouway.kcqrs : kcqrs-appengine sbt scala dependency to your build.sbt file:

libraryDependencies += "com.clouway.kcqrs" % "kcqrs-appengine" % "v1.2.8"