n

net.osgiliath.features

These are Karaf features wrapping the entire Osgiliath framework
Apache v2
Osgiliath
Files download
File Operation
net.osgiliath.features-0.2.3.pom download
Apache Maven
<dependency>
  <groupId>net.osgiliath.framework</groupId>
  <artifactId>net.osgiliath.features</artifactId>
  <version>0.2.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.osgiliath.framework:net.osgiliath.features:0.2.3'
Gradle Kotlin
implementation("net.osgiliath.framework:net.osgiliath.features:0.2.3")
Scala SBT
libraryDependencies += "net.osgiliath.framework" % "net.osgiliath.features" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='net.osgiliath.framework', module='net.osgiliath.features', version='0.2.3')
)
Apache Ivy
<dependency org="net.osgiliath.framework" name="net.osgiliath.features" rev="0.2.3" />
Leiningen
[net.osgiliath.framework/net.osgiliath.features "0.2.3"]
Apache Buildr
'net.osgiliath.framework:net.osgiliath.features:jar:0.2.3'