k

kcqrs-core

KCQRS Core library
https://github.com/abaddon/kcqrs-core
Apache-2.0
Stefano Longhi
文件下载
文件名 操作
kcqrs-core-1fc9ef.jar 下载
kcqrs-core-1fc9ef.pom 下载
kcqrs-core-1fc9ef-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.abaddon.kcqrs</groupId>
  <artifactId>kcqrs-core</artifactId>
  <version>1fc9ef</version>
</dependency>
Gradle Groovy
implementation 'io.github.abaddon.kcqrs:kcqrs-core:1fc9ef'
Gradle Kotlin
implementation("io.github.abaddon.kcqrs:kcqrs-core:1fc9ef")
Scala SBT
libraryDependencies += "io.github.abaddon.kcqrs" % "kcqrs-core" % "1fc9ef"
Groovy Grape
@Grapes(
  @Grab(group='io.github.abaddon.kcqrs', module='kcqrs-core', version='1fc9ef')
)
Apache Ivy
<dependency org="io.github.abaddon.kcqrs" name="kcqrs-core" rev="1fc9ef" />
Leiningen
[io.github.abaddon.kcqrs/kcqrs-core "1fc9ef"]
Apache Buildr
'io.github.abaddon.kcqrs:kcqrs-core:jar:1fc9ef'