c

carp.common.test-js

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