MVN

eu.trentorise.opendata : openentity-api

Maven & Gradle

Apr 15, 2015
1 usages
4 stars

OpenEntityApi · Api to access semantic services of open data in trentino project

<dependency>
    <groupId>eu.trentorise.opendata</groupId>
    <artifactId>openentity-api</artifactId>
    <version>0.26.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.trentorise.opendata : openentity-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.26.2

All Versions

Choose a version of eu.trentorise.opendata : openentity-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.26.x
openentity-api-0.26.2
openentity-api-0.26.1
openentity-api-0.26.0

How to add a dependency to Maven

Add the following eu.trentorise.opendata : openentity-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.trentorise.opendata</groupId>
    <artifactId>openentity-api</artifactId>
    <version>0.26.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.trentorise.opendata : openentity-api gradle dependency to your build.gradle file:

implementation 'eu.trentorise.opendata:openentity-api:0.26.2'

Gradle Kotlin DSL: Add the following eu.trentorise.opendata : openentity-api gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.trentorise.opendata:openentity-api:0.26.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.trentorise.opendata : openentity-api sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.trentorise.opendata" % "openentity-api" % "0.26.2"