MVN

es.upm.fi.oeg : odrl-lib

Maven & Gradle

Apr 25, 2023

ODRL Lib · Library for solving ODRL policies compliant with the standard

<dependency>
    <groupId>es.upm.fi.oeg</groupId>
    <artifactId>odrl-lib</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.upm.fi.oeg : odrl-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of es.upm.fi.oeg : odrl-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
odrl-lib-1.0.1
odrl-lib-1.0.0
0.1.x
odrl-lib-0.1.1
odrl-lib-0.1.0

How to add a dependency to Maven

Add the following es.upm.fi.oeg : odrl-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>es.upm.fi.oeg</groupId>
    <artifactId>odrl-lib</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.upm.fi.oeg : odrl-lib gradle dependency to your build.gradle file:

implementation 'es.upm.fi.oeg:odrl-lib:1.0.1'

Gradle Kotlin DSL: Add the following es.upm.fi.oeg : odrl-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("es.upm.fi.oeg:odrl-lib:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.upm.fi.oeg : odrl-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "es.upm.fi.oeg" % "odrl-lib" % "1.0.1"