License |
License |
---|---|
GroupId | GroupIdorg.apache.clerezza |
ArtifactId | ArtifactIdrdf.web |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionClerezza - RDF Web Access
Allows access to Clerezza graphs over HTTP with JAX-RS
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rdf.web-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.clerezza/rdf.web/ -->
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.web</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.clerezza/rdf.web/
implementation 'org.apache.clerezza:rdf.web:1.0.0'
// https://jarcasting.com/artifacts/org.apache.clerezza/rdf.web/
implementation ("org.apache.clerezza:rdf.web:1.0.0")
'org.apache.clerezza:rdf.web:pom:1.0.0'
<dependency org="org.apache.clerezza" name="rdf.web" rev="1.0.0">
<artifact name="rdf.web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.clerezza', module='rdf.web', version='1.0.0')
)
libraryDependencies += "org.apache.clerezza" % "rdf.web" % "1.0.0"
[org.apache.clerezza/rdf.web "1.0.0"]