MVN

eu.optique-project : r2rml-api-owlapi-bridge

Maven & Gradle

Jan 04, 2017
14 stars

Optique R2RML API - OWLAPI bridge

<dependency>
    <groupId>eu.optique-project</groupId>
    <artifactId>r2rml-api-owlapi-bridge</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.optique-project : r2rml-api-owlapi-bridge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of eu.optique-project : r2rml-api-owlapi-bridge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
r2rml-api-owlapi-bridge-0.4.0
0.3.x
r2rml-api-owlapi-bridge-0.3.1
r2rml-api-owlapi-bridge-0.3.0
0.2.x
r2rml-api-owlapi-bridge-0.2.1
0.2
r2rml-api-owlapi-bridge-0.2

How to add a dependency to Maven

Add the following eu.optique-project : r2rml-api-owlapi-bridge maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.optique-project</groupId>
    <artifactId>r2rml-api-owlapi-bridge</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.optique-project : r2rml-api-owlapi-bridge gradle dependency to your build.gradle file:

implementation 'eu.optique-project:r2rml-api-owlapi-bridge:0.4.0'

Gradle Kotlin DSL: Add the following eu.optique-project : r2rml-api-owlapi-bridge gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.optique-project:r2rml-api-owlapi-bridge:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.optique-project : r2rml-api-owlapi-bridge sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.optique-project" % "r2rml-api-owlapi-bridge" % "0.4.0"

Advertisement