MVN

it.uniroma2.art.semanticturkey : st-app

Maven & Gradle

Nov 13, 2023
<dependency>
    <groupId>it.uniroma2.art.semanticturkey</groupId>
    <artifactId>st-app</artifactId>
    <version>12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 12.0

All Versions

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

Version Vulnerabilities Updated
12.0
st-app-12.0

How to add a dependency to Maven

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

<dependency>
    <groupId>it.uniroma2.art.semanticturkey</groupId>
    <artifactId>st-app</artifactId>
    <version>12.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'it.uniroma2.art.semanticturkey:st-app:12.0'

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

implementation("it.uniroma2.art.semanticturkey:st-app:12.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-app" % "12.0"