c

carp.common-jvm

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