MVN

it.uniroma2.art.sheet2rdf : sheet2rdf-core

Maven & Gradle

Jul 21, 2023
1 usages
<dependency>
    <groupId>it.uniroma2.art.sheet2rdf</groupId>
    <artifactId>sheet2rdf-core</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.uniroma2.art.sheet2rdf : sheet2rdf-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of it.uniroma2.art.sheet2rdf : sheet2rdf-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
sheet2rdf-core-6.0.1
6.0
sheet2rdf-core-6.0
5.0.x
sheet2rdf-core-5.0.3
sheet2rdf-core-5.0.2
sheet2rdf-core-5.0.1
sheet2rdf-core-5.0.0
4.2.x
sheet2rdf-core-4.2.3
sheet2rdf-core-4.2.2
sheet2rdf-core-4.2.1
sheet2rdf-core-4.2.0
4.1.x
sheet2rdf-core-4.1.0
4.0.x
sheet2rdf-core-4.0.1
4.0
sheet2rdf-core-4.0
3.0
sheet2rdf-core-3.0
2.1.x
sheet2rdf-core-2.1.1
2.1
sheet2rdf-core-2.1
2.0
sheet2rdf-core-2.0

How to add a dependency to Maven

Add the following it.uniroma2.art.sheet2rdf : sheet2rdf-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.uniroma2.art.sheet2rdf</groupId>
    <artifactId>sheet2rdf-core</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.uniroma2.art.sheet2rdf : sheet2rdf-core gradle dependency to your build.gradle file:

implementation 'it.uniroma2.art.sheet2rdf:sheet2rdf-core:6.0.1'

Gradle Kotlin DSL: Add the following it.uniroma2.art.sheet2rdf : sheet2rdf-core gradle kotlin dependency to your build.gradle.kts file:

implementation("it.uniroma2.art.sheet2rdf:sheet2rdf-core:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.uniroma2.art.sheet2rdf : sheet2rdf-core sbt scala dependency to your build.sbt file:

libraryDependencies += "it.uniroma2.art.sheet2rdf" % "sheet2rdf-core" % "6.0.1"

Advertisement