Files download
File Operation
rdfbean-root-1.3.5.pom download
Apache Maven
<dependency>
  <groupId>com.mysema.rdf</groupId>
  <artifactId>rdfbean-root</artifactId>
  <version>1.3.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.mysema.rdf:rdfbean-root:1.3.5'
Gradle Kotlin
implementation("com.mysema.rdf:rdfbean-root:1.3.5")
Scala SBT
libraryDependencies += "com.mysema.rdf" % "rdfbean-root" % "1.3.5"
Groovy Grape
@Grapes(
  @Grab(group='com.mysema.rdf', module='rdfbean-root', version='1.3.5')
)
Apache Ivy
<dependency org="com.mysema.rdf" name="rdfbean-root" rev="1.3.5" />
Leiningen
[com.mysema.rdf/rdfbean-root "1.3.5"]
Apache Buildr
'com.mysema.rdf:rdfbean-root:jar:1.3.5'