MVN

com.github.hschneid : xfvrp

Maven & Gradle

Dec 17, 2022
6 stars

XFVRP · Solver for realistic vehicle routing problems

<dependency>
    <groupId>com.github.hschneid</groupId>
    <artifactId>xfvrp</artifactId>
    <version>11.4.6-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hschneid : xfvrp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.4.6-RELEASE

All Versions

Choose a version of com.github.hschneid : xfvrp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.4.x
xfvrp-11.4.6-RELEASE
xfvrp-11.4.5-JDK8-RELEASE
xfvrp-11.4.5-RELEASE
xfvrp-11.4.4-RELEASE
xfvrp-11.4.0-RELEASE
11.3.x
xfvrp-11.3.0-RELEASE
11.1.x
xfvrp-11.1.0-RELEASE
11.0
xfvrp-11.0

How to add a dependency to Maven

Add the following com.github.hschneid : xfvrp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hschneid</groupId>
    <artifactId>xfvrp</artifactId>
    <version>11.4.6-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hschneid : xfvrp gradle dependency to your build.gradle file:

implementation 'com.github.hschneid:xfvrp:11.4.6-RELEASE'

Gradle Kotlin DSL: Add the following com.github.hschneid : xfvrp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hschneid:xfvrp:11.4.6-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hschneid : xfvrp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hschneid" % "xfvrp" % "11.4.6-RELEASE"