Getting Started
Installation
Kotlin / Maven
Requirements:
- JDK: 17+ or 8+
- maven: 3+
ospf-kotlin has been released to the maven central repository. Therefore, if you are using maven, you only need to add a dependency in the pom.xml file:
<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>
If you need to use the bpp1d development package, add the dependency in the pom.xml file:
<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>
If you need to use the bpp2d development package, add the dependency in the pom.xml file:
<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>
If you need to use the bpp3d development package, add the dependency in the pom.xml file:
<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>
If you need to use the csp1d development package, add the dependency in the pom.xml file:
<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>
If you need to use the csp2d development package, add the dependency in the pom.xml file:
<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>
If you need to use the gantt scheduling development package, add the dependency in the pom.xml file:
<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>
If you need to use the network scheduling development package, add the dependency in the pom.xml file:
<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>