MVN

de.dlr.gitlab.fame : core

Maven & Gradle

Jul 27, 2023

FAME-Core · An open framework for distributed agent-based modeling of energy systems

<dependency>
    <groupId>de.dlr.gitlab.fame</groupId>
    <artifactId>core</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.dlr.gitlab.fame : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of de.dlr.gitlab.fame : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
core-1.5.0
1.4.x
core-1.4.3
core-1.4.2
core-1.4.1
core-1.4.0
1.3.x
core-1.3.1
core-1.3.0

How to add a dependency to Maven

Add the following de.dlr.gitlab.fame : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.dlr.gitlab.fame</groupId>
    <artifactId>core</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.dlr.gitlab.fame : core gradle dependency to your build.gradle file:

implementation 'de.dlr.gitlab.fame:core:1.5.0'

Gradle Kotlin DSL: Add the following de.dlr.gitlab.fame : core gradle kotlin dependency to your build.gradle.kts file:

implementation("de.dlr.gitlab.fame:core:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.dlr.gitlab.fame : core sbt scala dependency to your build.sbt file:

libraryDependencies += "de.dlr.gitlab.fame" % "core" % "1.5.0"

Advertisement