MVN

com.github.hschneid : xflp

Maven & Gradle

Jun 03, 2023
34 stars

XFLP · Solver for realistic 3D container loading

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

Latest Version

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

  • Latest Stable: 0.6.0-RELEASE

All Versions

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

Version Vulnerabilities Updated
0.6.x
xflp-0.6.0-RELEASE
0.5.x
xflp-0.5.2-RELEASE
xflp-0.5.1-RELEASE
0.3.x
xflp-0.3.0
0.2.x
xflp-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.hschneid</groupId>
    <artifactId>xflp</artifactId>
    <version>0.6.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.hschneid:xflp:0.6.0-RELEASE'

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

implementation("com.github.hschneid:xflp:0.6.0-RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.hschneid" % "xflp" % "0.6.0-RELEASE"

Advertisement