MVN

de.fraunhofer.iese.ind2uce : core

Maven & Gradle

Oct 17, 2018
5 usages

IND2UCE :: Core · IND2UCE :: Core

<dependency>
    <groupId>de.fraunhofer.iese.ind2uce</groupId>
    <artifactId>core</artifactId>
    <version>3.2.69</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.fraunhofer.iese.ind2uce : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.69

All Versions

Choose a version of de.fraunhofer.iese.ind2uce : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
core-3.2.69
core-3.2.65
core-3.2.51
3.1.x
core-3.1.33

How to add a dependency to Maven

Add the following de.fraunhofer.iese.ind2uce : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.fraunhofer.iese.ind2uce</groupId>
    <artifactId>core</artifactId>
    <version>3.2.69</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.fraunhofer.iese.ind2uce : core gradle dependency to your build.gradle file:

implementation 'de.fraunhofer.iese.ind2uce:core:3.2.69'

Gradle Kotlin DSL: Add the following de.fraunhofer.iese.ind2uce : core gradle kotlin dependency to your build.gradle.kts file:

implementation("de.fraunhofer.iese.ind2uce:core:3.2.69")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.fraunhofer.iese.ind2uce : core sbt scala dependency to your build.sbt file:

libraryDependencies += "de.fraunhofer.iese.ind2uce" % "core" % "3.2.69"

Advertisement