MVN

de.bund.bva.isyfact : isy-util

Maven & Gradle

Jul 14, 2023
7 usages
13 stars

IsyFact-Utilities · Stellt Hilfsfunktionen für IsyFact-Anwendungen bereit.

<dependency>
    <groupId>de.bund.bva.isyfact</groupId>
    <artifactId>isy-util</artifactId>
    <version>2.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4.3

All Versions

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

Version Vulnerabilities Updated
2.4.x
isy-util-2.4.3
isy-util-2.4.2
isy-util-2.4.1
isy-util-2.4.0
2.3.x
isy-util-2.3.2
isy-util-2.3.1
isy-util-2.3.0
2.2.x
isy-util-2.2.2
isy-util-2.2.1
isy-util-2.2.0
2.1.x
isy-util-2.1.0
2.0.x
isy-util-2.0.1
1.10.x
isy-util-1.10.0
1.9.x
isy-util-1.9.2
isy-util-1.9.1
isy-util-1.9.0
1.8.x
isy-util-1.8.0
1.7.x
isy-util-1.7.1

How to add a dependency to Maven

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

<dependency>
    <groupId>de.bund.bva.isyfact</groupId>
    <artifactId>isy-util</artifactId>
    <version>2.4.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.bund.bva.isyfact:isy-util:2.4.3'

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

implementation("de.bund.bva.isyfact:isy-util:2.4.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.bund.bva.isyfact" % "isy-util" % "2.4.3"

Advertisement