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