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