MVN

de.fraunhofer.iosb.ilt : ConfigurableExample

Maven & Gradle

Jan 16, 2023
1 stars

CnfExample · An example of the use of the Configurable framework.

<dependency>
    <groupId>de.fraunhofer.iosb.ilt</groupId>
    <artifactId>ConfigurableExample</artifactId>
    <version>0.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.fraunhofer.iosb.ilt : ConfigurableExample to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.34

All Versions

Choose a version of de.fraunhofer.iosb.ilt : ConfigurableExample to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.34
ConfigurableExample-0.34
0.33
ConfigurableExample-0.33
0.32
ConfigurableExample-0.32
0.31
ConfigurableExample-0.31

How to add a dependency to Maven

Add the following de.fraunhofer.iosb.ilt : ConfigurableExample maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.fraunhofer.iosb.ilt</groupId>
    <artifactId>ConfigurableExample</artifactId>
    <version>0.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.fraunhofer.iosb.ilt : ConfigurableExample gradle dependency to your build.gradle file:

implementation 'de.fraunhofer.iosb.ilt:ConfigurableExample:0.34'

Gradle Kotlin DSL: Add the following de.fraunhofer.iosb.ilt : ConfigurableExample gradle kotlin dependency to your build.gradle.kts file:

implementation("de.fraunhofer.iosb.ilt:ConfigurableExample:0.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.fraunhofer.iosb.ilt : ConfigurableExample sbt scala dependency to your build.sbt file:

libraryDependencies += "de.fraunhofer.iosb.ilt" % "ConfigurableExample" % "0.34"

Advertisement