r

rdf.web

A Karaf feature and partialbundlelist with the bundles providing web access to the Clerezza RDF stores. This feature depends on java and OSGi platform libraries (javax.xml, org.osgi.service.cm and others), slf4j logging - typerendering?
Files download
File Operation
rdf.web-0.1.pom download
rdf.web-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.clerezza.provisioning</groupId>
  <artifactId>rdf.web</artifactId>
  <version>0.1</version>
  <type>feature</type>
</dependency>
Gradle Groovy
implementation 'org.apache.clerezza.provisioning:rdf.web:0.1'
Gradle Kotlin
implementation("org.apache.clerezza.provisioning:rdf.web:0.1")
Scala SBT
libraryDependencies += "org.apache.clerezza.provisioning" % "rdf.web" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.clerezza.provisioning', module='rdf.web', version='0.1')
)
Apache Ivy
<dependency org="org.apache.clerezza.provisioning" name="rdf.web" rev="0.1" />
Leiningen
[org.apache.clerezza.provisioning/rdf.web "0.1"]
Apache Buildr
'org.apache.clerezza.provisioning:rdf.web:jar:0.1'