MVN

com.mysema.rdf : rdfbean-core

Maven & Gradle

Nov 09, 2013
17 usages

RDFBean - Core

<dependency>
    <groupId>com.mysema.rdf</groupId>
    <artifactId>rdfbean-core</artifactId>
    <version>1.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mysema.rdf : rdfbean-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.1
  • Latest Beta: 1.5.0-beta10

All Versions

Choose a version of com.mysema.rdf : rdfbean-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
rdfbean-core-1.7.1
rdfbean-core-1.7.0
1.6.x
rdfbean-core-1.6.1
1.5.x
rdfbean-core-1.5.5
rdfbean-core-1.5.4
rdfbean-core-1.5.3
rdfbean-core-1.5.2
rdfbean-core-1.5.1
rdfbean-core-1.5.0-beta10
rdfbean-core-1.5.0-beta9
rdfbean-core-1.5.0-beta8
rdfbean-core-1.5.0-beta7
rdfbean-core-1.5.0-beta6
rdfbean-core-1.5.0-beta5
rdfbean-core-1.5.0-beta4
rdfbean-core-1.5.0-beta3
rdfbean-core-1.5.0-beta2
rdfbean-core-1.5.0-beta1
1.4.x
rdfbean-core-1.4.19
rdfbean-core-1.4.18
rdfbean-core-1.4.17
rdfbean-core-1.4.16
rdfbean-core-1.4.12
rdfbean-core-1.4.11
rdfbean-core-1.4.10
rdfbean-core-1.4.8
rdfbean-core-1.4.7
rdfbean-core-1.4.6
rdfbean-core-1.4.5
rdfbean-core-1.4.4
rdfbean-core-1.4.3
rdfbean-core-1.4.2
rdfbean-core-1.4.1
rdfbean-core-1.4.0
1.3.x
rdfbean-core-1.3.9
rdfbean-core-1.3.8
rdfbean-core-1.3.7
rdfbean-core-1.3.6
rdfbean-core-1.3.5
rdfbean-core-1.3.4
rdfbean-core-1.3.3
rdfbean-core-1.3.2
rdfbean-core-1.3.1
rdfbean-core-1.3.0
1.2.x
rdfbean-core-1.2.16
rdfbean-core-1.2.15
rdfbean-core-1.2.14
rdfbean-core-1.2.13
rdfbean-core-1.2.12
rdfbean-core-1.2.11
rdfbean-core-1.2.10
rdfbean-core-1.2.8
rdfbean-core-1.2.7
rdfbean-core-1.2.6
rdfbean-core-1.2.5
rdfbean-core-1.2.4
rdfbean-core-1.2.3
rdfbean-core-1.2.2
rdfbean-core-1.2.1
rdfbean-core-1.2.0
1.1.x
rdfbean-core-1.1.10
rdfbean-core-1.1.9
rdfbean-core-1.1.8
rdfbean-core-1.1.7
rdfbean-core-1.1.6
rdfbean-core-1.1.5
rdfbean-core-1.1.4
rdfbean-core-1.1.3
rdfbean-core-1.1.2
rdfbean-core-1.1.1
rdfbean-core-1.1.0
1.0.x
rdfbean-core-1.0.9
rdfbean-core-1.0.8
rdfbean-core-1.0.7
rdfbean-core-1.0.6
rdfbean-core-1.0.5
rdfbean-core-1.0.4
rdfbean-core-1.0.3
rdfbean-core-1.0.1
rdfbean-core-1.0.0
0.9.x
rdfbean-core-0.9.9
rdfbean-core-0.9.8
rdfbean-core-0.9.7
rdfbean-core-0.9.6
rdfbean-core-0.9.2
rdfbean-core-0.9.1
rdfbean-core-0.9.0
0.8.x
rdfbean-core-0.8.9
rdfbean-core-0.8.8
rdfbean-core-0.8.7
rdfbean-core-0.8.6
rdfbean-core-0.8.5
rdfbean-core-0.8.4
rdfbean-core-0.8.3
rdfbean-core-0.8.2
rdfbean-core-0.8.1
rdfbean-core-0.8.0
0.7.x
rdfbean-core-0.7.9
rdfbean-core-0.7.8
rdfbean-core-0.7.6
rdfbean-core-0.7.5
rdfbean-core-0.7.4
rdfbean-core-0.7.2
0.6.x
rdfbean-core-0.6.1
rdfbean-core-0.6.0

How to add a dependency to Maven

Add the following com.mysema.rdf : rdfbean-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mysema.rdf</groupId>
    <artifactId>rdfbean-core</artifactId>
    <version>1.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mysema.rdf : rdfbean-core gradle dependency to your build.gradle file:

implementation 'com.mysema.rdf:rdfbean-core:1.7.1'

Gradle Kotlin DSL: Add the following com.mysema.rdf : rdfbean-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mysema.rdf:rdfbean-core:1.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mysema.rdf : rdfbean-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mysema.rdf" % "rdfbean-core" % "1.7.1"