License |
License |
---|---|
Categories |
CategoriesOptaPlanner Business Logic Libraries Constraint Satisfaction Problem Solver |
GroupId | GroupIdorg.kie.kogito.examples |
ArtifactId | ArtifactIdprocess-optaplanner-springboot |
Last Version | Last Version1.21.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKogito Example :: Process, OptaPlanner and Spring Boot
Flight assignment process and optimization
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/process-optaplanner-springboot/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>process-optaplanner-springboot</artifactId>
<version>1.21.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-optaplanner-springboot/
implementation 'org.kie.kogito.examples:process-optaplanner-springboot:1.21.0.Final'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-optaplanner-springboot/
implementation ("org.kie.kogito.examples:process-optaplanner-springboot:1.21.0.Final")
'org.kie.kogito.examples:process-optaplanner-springboot:jar:1.21.0.Final'
<dependency org="org.kie.kogito.examples" name="process-optaplanner-springboot" rev="1.21.0.Final">
<artifact name="process-optaplanner-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='process-optaplanner-springboot', version='1.21.0.Final')
)
libraryDependencies += "org.kie.kogito.examples" % "process-optaplanner-springboot" % "1.21.0.Final"
[org.kie.kogito.examples/process-optaplanner-springboot "1.21.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.springframework.boot : spring-boot-devtools Optional | jar | |
org.kie.kogito : kogito-processes-spring-boot-starter | jar | |
org.optaplanner : optaplanner-spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.webjars : webjars-locator | jar | 0.37 |
org.webjars : bootstrap | jar | 4.3.1 |
org.webjars : font-awesome | jar | 5.11.2 |
org.webjars : momentjs | jar | 2.24.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |