j

juneau-core-rdf

Addition to the core API for RDF support.
Files download
File Operation
juneau-core-rdf-6.3.1-incubating.jar download
juneau-core-rdf-6.3.1-incubating.pom download
juneau-core-rdf-6.3.1-incubating-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.juneau</groupId>
  <artifactId>juneau-core-rdf</artifactId>
  <version>6.3.1-incubating</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.juneau:juneau-core-rdf:6.3.1-incubating'
Gradle Kotlin
implementation("org.apache.juneau:juneau-core-rdf:6.3.1-incubating")
Scala SBT
libraryDependencies += "org.apache.juneau" % "juneau-core-rdf" % "6.3.1-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.juneau', module='juneau-core-rdf', version='6.3.1-incubating')
)
Apache Ivy
<dependency org="org.apache.juneau" name="juneau-core-rdf" rev="6.3.1-incubating" />
Leiningen
[org.apache.juneau/juneau-core-rdf "6.3.1-incubating"]
Apache Buildr
'org.apache.juneau:juneau-core-rdf:jar:6.3.1-incubating'