MVN

de.uni-rostock.sbi : CombineArchiveWeb

Maven & Gradle

May 09, 2021
1 stars

CombineArchiveWeb · WebInterface to read/create/write/manipulate/... COMBINE archives

<dependency>
    <groupId>de.uni-rostock.sbi</groupId>
    <artifactId>CombineArchiveWeb</artifactId>
    <version>0.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.uni-rostock.sbi : CombineArchiveWeb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.1

All Versions

Choose a version of de.uni-rostock.sbi : CombineArchiveWeb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
CombineArchiveWeb-0.6.1
CombineArchiveWeb-0.6.0
0.5.x
CombineArchiveWeb-0.5.20
CombineArchiveWeb-0.5.19
CombineArchiveWeb-0.5.18
CombineArchiveWeb-0.5.17
CombineArchiveWeb-0.5.16
CombineArchiveWeb-0.5.15
CombineArchiveWeb-0.5.14
CombineArchiveWeb-0.5.13
CombineArchiveWeb-0.5.12
CombineArchiveWeb-0.5.11
CombineArchiveWeb-0.5.10
CombineArchiveWeb-0.5.9
CombineArchiveWeb-0.5.8

How to add a dependency to Maven

Add the following de.uni-rostock.sbi : CombineArchiveWeb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.uni-rostock.sbi</groupId>
    <artifactId>CombineArchiveWeb</artifactId>
    <version>0.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.uni-rostock.sbi : CombineArchiveWeb gradle dependency to your build.gradle file:

implementation 'de.uni-rostock.sbi:CombineArchiveWeb:0.6.1'

Gradle Kotlin DSL: Add the following de.uni-rostock.sbi : CombineArchiveWeb gradle kotlin dependency to your build.gradle.kts file:

implementation("de.uni-rostock.sbi:CombineArchiveWeb:0.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.uni-rostock.sbi : CombineArchiveWeb sbt scala dependency to your build.sbt file:

libraryDependencies += "de.uni-rostock.sbi" % "CombineArchiveWeb" % "0.6.1"

Advertisement