MVN

edu.kit.ifv.mobitopp : mobitopp

Maven & Gradle

May 03, 2021
16 stars

mobiTopp · mobiTopp (http://mobitopp.ifv.kit.edu/) is an agent-based travel demand model developed at the Institute for transport studies at the Karlsruhe Institute of Technology (http://www.ifv.kit.edu/english/index.php). Publications about mobiTopp can be found on the project site (http://mobitopp.ifv.kit.edu/28.php).

<dependency>
    <groupId>edu.kit.ifv.mobitopp</groupId>
    <artifactId>mobitopp</artifactId>
    <version>0.2.3.546</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.kit.ifv.mobitopp : mobitopp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3.546

All Versions

Choose a version of edu.kit.ifv.mobitopp : mobitopp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
mobitopp-0.2.3.546

How to add a dependency to Maven

Add the following edu.kit.ifv.mobitopp : mobitopp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.kit.ifv.mobitopp</groupId>
    <artifactId>mobitopp</artifactId>
    <version>0.2.3.546</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.kit.ifv.mobitopp : mobitopp gradle dependency to your build.gradle file:

implementation 'edu.kit.ifv.mobitopp:mobitopp:0.2.3.546'

Gradle Kotlin DSL: Add the following edu.kit.ifv.mobitopp : mobitopp gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.kit.ifv.mobitopp:mobitopp:0.2.3.546")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.kit.ifv.mobitopp : mobitopp sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.kit.ifv.mobitopp" % "mobitopp" % "0.2.3.546"

Advertisement