r

rdfp

The parent project for RDFP - RDF Presentation: its implementation over Jersey and the demonstration website
https://w3id.org/rdfp/
The Apache Software License, Version 2.0
ITEA 12004 SEAS Project
Maxime Lefrançois
Files download
File Operation
rdfp-1.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.thesmartenergy</groupId>
  <artifactId>rdfp</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.thesmartenergy:rdfp:1.2'
Gradle Kotlin
implementation("com.github.thesmartenergy:rdfp:1.2")
Scala SBT
libraryDependencies += "com.github.thesmartenergy" % "rdfp" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.thesmartenergy', module='rdfp', version='1.2')
)
Apache Ivy
<dependency org="com.github.thesmartenergy" name="rdfp" rev="1.2" />
Leiningen
[com.github.thesmartenergy/rdfp "1.2"]
Apache Buildr
'com.github.thesmartenergy:rdfp:jar:1.2'