MVN

it.uniroma2.art.semanticturkey : st-graph-store-http-deployer

Maven & Gradle

Apr 14, 2023
<dependency>
    <groupId>it.uniroma2.art.semanticturkey</groupId>
    <artifactId>st-graph-store-http-deployer</artifactId>
    <version>11.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.uniroma2.art.semanticturkey : st-graph-store-http-deployer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.4

All Versions

Choose a version of it.uniroma2.art.semanticturkey : st-graph-store-http-deployer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.4
st-graph-store-http-deployer-11.4
11.3
st-graph-store-http-deployer-11.3
11.2.x
st-graph-store-http-deployer-11.2.1
11.2
st-graph-store-http-deployer-11.2
11.1
st-graph-store-http-deployer-11.1
10.2.x
st-graph-store-http-deployer-10.2.1
10.2
st-graph-store-http-deployer-10.2
10.1.x
st-graph-store-http-deployer-10.1.1
10.1
st-graph-store-http-deployer-10.1
10.0
st-graph-store-http-deployer-10.0
9.1
st-graph-store-http-deployer-9.1
9.0
st-graph-store-http-deployer-9.0
8.0.x
st-graph-store-http-deployer-8.0.1
8.0
st-graph-store-http-deployer-8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>it.uniroma2.art.semanticturkey</groupId>
    <artifactId>st-graph-store-http-deployer</artifactId>
    <version>11.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'it.uniroma2.art.semanticturkey:st-graph-store-http-deployer:11.4'

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

implementation("it.uniroma2.art.semanticturkey:st-graph-store-http-deployer:11.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-graph-store-http-deployer" % "11.4"