MVN

com.mysema.rdf : rdfbean-lucene

Maven & Gradle

Jan 13, 2011

RDFBean - Lucene

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

Latest Version

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

  • Latest Stable: 1.4.7

All Versions

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

Version Vulnerabilities Updated
1.4.x
rdfbean-lucene-1.4.7
rdfbean-lucene-1.4.6
rdfbean-lucene-1.4.5
rdfbean-lucene-1.4.4
rdfbean-lucene-1.4.3
rdfbean-lucene-1.4.2
rdfbean-lucene-1.4.1
rdfbean-lucene-1.4.0
1.3.x
rdfbean-lucene-1.3.9
rdfbean-lucene-1.3.8
rdfbean-lucene-1.3.7
rdfbean-lucene-1.3.6
rdfbean-lucene-1.3.5
rdfbean-lucene-1.3.4
rdfbean-lucene-1.3.3
rdfbean-lucene-1.3.2
rdfbean-lucene-1.3.1
rdfbean-lucene-1.3.0
1.2.x
rdfbean-lucene-1.2.16
rdfbean-lucene-1.2.15
rdfbean-lucene-1.2.14
rdfbean-lucene-1.2.13
rdfbean-lucene-1.2.12
rdfbean-lucene-1.2.11
rdfbean-lucene-1.2.10
rdfbean-lucene-1.2.8
rdfbean-lucene-1.2.7
rdfbean-lucene-1.2.6
rdfbean-lucene-1.2.5
rdfbean-lucene-1.2.4
rdfbean-lucene-1.2.3
rdfbean-lucene-1.2.2
rdfbean-lucene-1.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mysema.rdf</groupId>
    <artifactId>rdfbean-lucene</artifactId>
    <version>1.4.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.mysema.rdf:rdfbean-lucene:1.4.7'

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

implementation("com.mysema.rdf:rdfbean-lucene:1.4.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.mysema.rdf" % "rdfbean-lucene" % "1.4.7"

Advertisement