快速开始
安装
Kotlin / Maven
版本要求:
- JDK: 17+ or 8+
- Maven: 3+
ospf-kotlin 已经发布到 maven 中心仓库,因此,如果你使用 maven 的话,只需要在 pom.xml 文件里面添加一个依赖即可:
xml
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter</artifactId>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-jdk8</artifactId>
<version>1.0.47</version>
</dependency>
如果你需要使用一维装箱开发包,则在 pom.xml 文件里添加依赖:
xml
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-bpp1d</artifactId>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-bpp1d-jdk8</artifactId>
<version>1.0.47</version>
</dependency>
如果你需要使用二维装箱开发包,则在 pom.xml 文件里添加依赖:
xml
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-bpp2d</artifactId>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-bpp2d-jdk8</artifactId>
<version>1.0.47</version>
</dependency>
如果你需要使用三维装箱开发包,则在 pom.xml 文件里添加依赖:
xml
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-bpp3d</artifactId>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-bpp3d-jdk8</artifactId>
<version>1.0.47</version>
</dependency>
如果你需要使用一维下料开发包,则在 pom.xml 文件里添加依赖:
xml
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-csp1d</artifactId>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-csp1d-jdk8</artifactId>
<version>1.0.47</version>
</dependency>
如果你需要使用二维下料开发包,则在 pom.xml 文件里添加依赖:
xml
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-csp2d</artifactId>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-csp2d-jdk8</artifactId>
<version>1.0.47</version>
</dependency>
如果你需要使用甘特图排程开发包,则在 pom.xml 文件里添加依赖:
xml
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-gantt-scheduling</artifactId>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-gantt-scheduling-jdk8</artifactId>
<version>1.0.47</version>
</dependency>
如果你需要使用网络流规划开发包,则在 pom.xml 文件里添加依赖:
xml
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-network-scheduling</artifactId>
<version>1.0.47</version>
</dependency>
<dependency>
<groupId>io.github.fuookami.ospf.kotlin</groupId>
<artifactId>ospf-kotlin-starter-network-scheduling-jdk8</artifactId>
<version>1.0.47</version>
</dependency>