c

carpo-case-data

Case data library for carpo core
Files download
File Operation
carpo-case-data-0.7.0.jar download
carpo-case-data-0.7.0.pom download
carpo-case-data-0.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sixpointsix</groupId>
  <artifactId>carpo-case-data</artifactId>
  <version>0.7.0</version>
</dependency>
Gradle Groovy
implementation 'net.sixpointsix:carpo-case-data:0.7.0'
Gradle Kotlin
implementation("net.sixpointsix:carpo-case-data:0.7.0")
Scala SBT
libraryDependencies += "net.sixpointsix" % "carpo-case-data" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sixpointsix', module='carpo-case-data', version='0.7.0')
)
Apache Ivy
<dependency org="net.sixpointsix" name="carpo-case-data" rev="0.7.0" />
Leiningen
[net.sixpointsix/carpo-case-data "0.7.0"]
Apache Buildr
'net.sixpointsix:carpo-case-data:jar:0.7.0'