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