MVN

org.treetank : iscsi

Maven & Gradle

Dec 17, 2013

iSCSI interface for Treetank · This module is an interface for scsi devices and allows them to manage their data using treetank. Therefore data can be directly written into xml files or into the cloud depending on which backend you want to use.

<dependency>
    <groupId>org.treetank</groupId>
    <artifactId>iscsi</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.treetank : iscsi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of org.treetank : iscsi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
iscsi-6.0.1

How to add a dependency to Maven

Add the following org.treetank : iscsi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.treetank</groupId>
    <artifactId>iscsi</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.treetank : iscsi gradle dependency to your build.gradle file:

implementation 'org.treetank:iscsi:6.0.1'

Gradle Kotlin DSL: Add the following org.treetank : iscsi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.treetank:iscsi:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.treetank : iscsi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.treetank" % "iscsi" % "6.0.1"

Advertisement

Dependencies from Group

Dec 17, 2013
6 usages
Dec 17, 2013
5 usages
Dec 17, 2013
2 usages
xml
Dec 17, 2013
2 usages
Dec 17, 2013
21 stars

Discover Dependencies