MVN

de.bund.bva.isyfact : isy-web

Maven & Gradle

Jul 20, 2023
3 usages
13 stars
<dependency>
    <groupId>de.bund.bva.isyfact</groupId>
    <artifactId>isy-web</artifactId>
    <version>5.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.bund.bva.isyfact : isy-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.4

All Versions

Choose a version of de.bund.bva.isyfact : isy-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
isy-web-5.3.4
isy-web-5.3.3
isy-web-5.3.2
isy-web-5.3.1
isy-web-5.3.0
5.2.x
isy-web-5.2.1
isy-web-5.2.0
5.1.x
isy-web-5.1.1
isy-web-5.1.0
5.0.x
isy-web-5.0.1
isy-web-5.0.0
4.10.x
isy-web-4.10.0
4.9.x
isy-web-4.9.2
isy-web-4.9.1
isy-web-4.9.0
4.8.x
isy-web-4.8.2
isy-web-4.8.1
isy-web-4.8.0
4.7.x
isy-web-4.7.2
isy-web-4.7.1

How to add a dependency to Maven

Add the following de.bund.bva.isyfact : isy-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.bund.bva.isyfact</groupId>
    <artifactId>isy-web</artifactId>
    <version>5.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.bund.bva.isyfact : isy-web gradle dependency to your build.gradle file:

implementation 'de.bund.bva.isyfact:isy-web:5.3.4'

Gradle Kotlin DSL: Add the following de.bund.bva.isyfact : isy-web gradle kotlin dependency to your build.gradle.kts file:

implementation("de.bund.bva.isyfact:isy-web:5.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.bund.bva.isyfact : isy-web sbt scala dependency to your build.sbt file:

libraryDependencies += "de.bund.bva.isyfact" % "isy-web" % "5.3.4"