MVN

io.github.abaddon.kcqrs : kcqrs-core

Maven & Gradle

May 12, 2022
2 usages
2 stars

kcqrs-core · KCQRS Core library

<dependency>
    <groupId>io.github.abaddon.kcqrs</groupId>
    <artifactId>kcqrs-core</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.abaddon.kcqrs : kcqrs-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of io.github.abaddon.kcqrs : kcqrs-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
kcqrs-core-0.0.7
kcqrs-core-0.0.6
kcqrs-core-0.0.5
kcqrs-core-0.0.4
kcqrs-core-0.0.3
kcqrs-core-0.0.2
kcqrs-core-0.0.1
e9ae08
kcqrs-core-e9ae08
1fc9ef
kcqrs-core-1fc9ef

How to add a dependency to Maven

Add the following io.github.abaddon.kcqrs : kcqrs-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.abaddon.kcqrs</groupId>
    <artifactId>kcqrs-core</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.abaddon.kcqrs : kcqrs-core gradle dependency to your build.gradle file:

implementation 'io.github.abaddon.kcqrs:kcqrs-core:0.0.7'

Gradle Kotlin DSL: Add the following io.github.abaddon.kcqrs : kcqrs-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.abaddon.kcqrs:kcqrs-core:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.abaddon.kcqrs : kcqrs-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.abaddon.kcqrs" % "kcqrs-core" % "0.0.7"