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