k

kcqrs-test

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