c

carp.common-js

Helper classes and base types relied upon by all subsystems. This library does not contain any domain logic.
https://github.com/cph-cachet/carp.core-kotlin
MIT License
Steven Jeuris
文件下载
文件名 操作
carp.common-js-1.1.2.pom 下载
carp.common-js-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dk.cachet.carp.common</groupId>
  <artifactId>carp.common-js</artifactId>
  <version>1.1.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'dk.cachet.carp.common:carp.common-js:1.1.2'
Gradle Kotlin
implementation("dk.cachet.carp.common:carp.common-js:1.1.2")
Scala SBT
libraryDependencies += "dk.cachet.carp.common" % "carp.common-js" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='dk.cachet.carp.common', module='carp.common-js', version='1.1.2')
)
Apache Ivy
<dependency org="dk.cachet.carp.common" name="carp.common-js" rev="1.1.2" />
Leiningen
[dk.cachet.carp.common/carp.common-js "1.1.2"]
Apache Buildr
'dk.cachet.carp.common:carp.common-js:jar:1.1.2'