c

coda-karaf

Create a feature with the defined dependencies set.
http://art.uniroma2.it/coda/documentation/dev/modules/coda-karaf/
Files download
File Operation
coda-karaf-1.8.1.pom download
Apache Maven
<dependency>
  <groupId>it.uniroma2.art.coda</groupId>
  <artifactId>coda-karaf</artifactId>
  <version>1.8.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.uniroma2.art.coda:coda-karaf:1.8.1'
Gradle Kotlin
implementation("it.uniroma2.art.coda:coda-karaf:1.8.1")
Scala SBT
libraryDependencies += "it.uniroma2.art.coda" % "coda-karaf" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='it.uniroma2.art.coda', module='coda-karaf', version='1.8.1')
)
Apache Ivy
<dependency org="it.uniroma2.art.coda" name="coda-karaf" rev="1.8.1" />
Leiningen
[it.uniroma2.art.coda/coda-karaf "1.8.1"]
Apache Buildr
'it.uniroma2.art.coda:coda-karaf:jar:1.8.1'