Download juneau-marshall-rdf-7.0.0.jar file - Jar j

Jar examples for j:juneau-marshall-rdf

Description

Addition to the marshall API for RDF support.

You can download jar file juneau-marshall-rdf 7.0.0 in this page.

License

Apache License

Build File

You can use the following script to add juneau-marshall-rdf-7.0.0.jar to your project.

<dependency>
   <groupId>org.apache.juneau</groupId>
   <artifactId>juneau-marshall-rdf</artifactId>
   <version>7.0.0</version>
</dependency>
compile group: 'org.apache.juneau', name: 'juneau-marshall-rdf', version: '7.0.0'
libraryDependencies += "org.apache.juneau" % "juneau-marshall-rdf" % "7.0.0"
<dependency org="org.apache.juneau" name="juneau-marshall-rdf" rev="7.0.0"/>
@Grapes(@Grab(group='org.apache.juneau', module='juneau-marshall-rdf', version='7.0.0'))
'org.apache.juneau:juneau-marshall-rdf:jar:7.0.0'

Download

Click the following link to download the jar file.

juneau-marshall-rdf-7.0.0-sources.jar
juneau-marshall-rdf-7.0.0.jar
juneau-marshall-rdf-7.0.0.pom



Related Tutorials