c

carp.common.test-jvm

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-jvm-1.0.0-alpha.36.jar 下载
carp.common.test-jvm-1.0.0-alpha.36.pom 下载
carp.common.test-jvm-1.0.0-alpha.36-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dk.cachet.carp.common.test</groupId>
  <artifactId>carp.common.test-jvm</artifactId>
  <version>1.0.0-alpha.36</version>
</dependency>
Gradle Groovy
implementation 'dk.cachet.carp.common.test:carp.common.test-jvm:1.0.0-alpha.36'
Gradle Kotlin
implementation("dk.cachet.carp.common.test:carp.common.test-jvm:1.0.0-alpha.36")
Scala SBT
libraryDependencies += "dk.cachet.carp.common.test" % "carp.common.test-jvm" % "1.0.0-alpha.36"
Groovy Grape
@Grapes(
  @Grab(group='dk.cachet.carp.common.test', module='carp.common.test-jvm', version='1.0.0-alpha.36')
)
Apache Ivy
<dependency org="dk.cachet.carp.common.test" name="carp.common.test-jvm" rev="1.0.0-alpha.36" />
Leiningen
[dk.cachet.carp.common.test/carp.common.test-jvm "1.0.0-alpha.36"]
Apache Buildr
'dk.cachet.carp.common.test:carp.common.test-jvm:jar:1.0.0-alpha.36'