c

carp.common.test

Helper classes relied upon by test projects of all core subsystems depending on types defined in common.
https://github.com/cph-cachet/carp.core-kotlin
MIT License
Steven Jeuris
文件下载
文件名 操作
carp.common.test-1.2.1.jar 下载
carp.common.test-1.2.1.pom 下载
carp.common.test-1.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dk.cachet.carp.common.test</groupId>
  <artifactId>carp.common.test</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'dk.cachet.carp.common.test:carp.common.test:1.2.1'
Gradle Kotlin
implementation("dk.cachet.carp.common.test:carp.common.test:1.2.1")
Scala SBT
libraryDependencies += "dk.cachet.carp.common.test" % "carp.common.test" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='dk.cachet.carp.common.test', module='carp.common.test', version='1.2.1')
)
Apache Ivy
<dependency org="dk.cachet.carp.common.test" name="carp.common.test" rev="1.2.1" />
Leiningen
[dk.cachet.carp.common.test/carp.common.test "1.2.1"]
Apache Buildr
'dk.cachet.carp.common.test:carp.common.test:jar:1.2.1'