MVN

it.uniroma2.art.semanticturkey : st-spreadsheet-deserializing-lifter

Maven & Gradle

Apr 14, 2023
<dependency>
    <groupId>it.uniroma2.art.semanticturkey</groupId>
    <artifactId>st-spreadsheet-deserializing-lifter</artifactId>
    <version>11.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.uniroma2.art.semanticturkey : st-spreadsheet-deserializing-lifter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.4

All Versions

Choose a version of it.uniroma2.art.semanticturkey : st-spreadsheet-deserializing-lifter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.4
st-spreadsheet-deserializing-lifter-11.4
11.3
st-spreadsheet-deserializing-lifter-11.3
11.2.x
st-spreadsheet-deserializing-lifter-11.2.1
11.2
st-spreadsheet-deserializing-lifter-11.2
11.1
st-spreadsheet-deserializing-lifter-11.1
10.2.x
st-spreadsheet-deserializing-lifter-10.2.1
10.2
st-spreadsheet-deserializing-lifter-10.2
10.1.x
st-spreadsheet-deserializing-lifter-10.1.1
10.1
st-spreadsheet-deserializing-lifter-10.1
10.0
st-spreadsheet-deserializing-lifter-10.0

How to add a dependency to Maven

Add the following it.uniroma2.art.semanticturkey : st-spreadsheet-deserializing-lifter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.uniroma2.art.semanticturkey</groupId>
    <artifactId>st-spreadsheet-deserializing-lifter</artifactId>
    <version>11.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.uniroma2.art.semanticturkey : st-spreadsheet-deserializing-lifter gradle dependency to your build.gradle file:

implementation 'it.uniroma2.art.semanticturkey:st-spreadsheet-deserializing-lifter:11.4'

Gradle Kotlin DSL: Add the following it.uniroma2.art.semanticturkey : st-spreadsheet-deserializing-lifter gradle kotlin dependency to your build.gradle.kts file:

implementation("it.uniroma2.art.semanticturkey:st-spreadsheet-deserializing-lifter:11.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.uniroma2.art.semanticturkey : st-spreadsheet-deserializing-lifter sbt scala dependency to your build.sbt file:

libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-spreadsheet-deserializing-lifter" % "11.4"