c

carpo-common

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