MVN

de.uni-rostock.sbi : BiVeS-WebApp

Maven & Gradle

Apr 07, 2022
1 stars

BiVeS-WebApp · BiVeS - BioModel Version Control System This package provides a web application for comparison of computational models

<dependency>
    <groupId>de.uni-rostock.sbi</groupId>
    <artifactId>BiVeS-WebApp</artifactId>
    <version>1.10.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.10.16

All Versions

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

Version Vulnerabilities Updated
1.10.x
BiVeS-WebApp-1.10.16
BiVeS-WebApp-1.10.14
BiVeS-WebApp-1.10.12
BiVeS-WebApp-1.10.8
BiVeS-WebApp-1.10.7
BiVeS-WebApp-1.10.6
BiVeS-WebApp-1.10.5
BiVeS-WebApp-1.10.4
BiVeS-WebApp-1.10.3
BiVeS-WebApp-1.10.2
BiVeS-WebApp-1.10.1
1.9.x
BiVeS-WebApp-1.9.2
BiVeS-WebApp-1.9.1
1.8.x
BiVeS-WebApp-1.8.0
1.7.x
BiVeS-WebApp-1.7.8
BiVeS-WebApp-1.7.7
BiVeS-WebApp-1.7.6

How to add a dependency to Maven

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

<dependency>
    <groupId>de.uni-rostock.sbi</groupId>
    <artifactId>BiVeS-WebApp</artifactId>
    <version>1.10.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.uni-rostock.sbi:BiVeS-WebApp:1.10.16'

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

implementation("de.uni-rostock.sbi:BiVeS-WebApp:1.10.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.uni-rostock.sbi" % "BiVeS-WebApp" % "1.10.16"

Advertisement