MVN

de.uni-rostock.sbi : CaRoWeb

Maven & Gradle

Mar 07, 2019
0 stars

CaRoWeb · Web interface to convert between COMBINE archives and Research objects.

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

Latest Version

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

  • Latest Stable: 1.3.3

All Versions

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

Version Vulnerabilities Updated
1.3.x
CaRoWeb-1.3.3
CaRoWeb-1.3.2
CaRoWeb-1.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>de.uni-rostock.sbi</groupId>
    <artifactId>CaRoWeb</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.uni-rostock.sbi:CaRoWeb:1.3.3'

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

implementation("de.uni-rostock.sbi:CaRoWeb:1.3.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.uni-rostock.sbi" % "CaRoWeb" % "1.3.3"

Advertisement