MVN

de.bund.bva.isyfact : isy-style

Maven & Gradle

Jul 14, 2023
2 usages
13 stars

IsyFact Styles

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

Latest Version

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

  • Latest Stable: 5.4.3

All Versions

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

Version Vulnerabilities Updated
5.4.x
isy-style-5.4.3
isy-style-5.4.2
isy-style-5.4.1
isy-style-5.4.0
5.3.x
isy-style-5.3.1
isy-style-5.3.0
5.2.x
isy-style-5.2.1
isy-style-5.2.0
5.1.x
isy-style-5.1.0
5.0.x
isy-style-5.0.1
isy-style-5.0.0
4.4.x
isy-style-4.4.0
4.3.x
isy-style-4.3.3
isy-style-4.3.2
isy-style-4.3.1
isy-style-4.3.0
4.2.x
isy-style-4.2.3
isy-style-4.2.2
isy-style-4.2.1
isy-style-4.2.0
4.1.x
isy-style-4.1.2
isy-style-4.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>de.bund.bva.isyfact</groupId>
    <artifactId>isy-style</artifactId>
    <version>5.4.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.bund.bva.isyfact:isy-style:5.4.3'

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

implementation("de.bund.bva.isyfact:isy-style:5.4.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.bund.bva.isyfact" % "isy-style" % "5.4.3"

Advertisement