Categories |
CategoriesOptaPlanner Business Logic Libraries Constraint Satisfaction Problem Solver |
---|---|
GroupId | GroupIdorg.optaplanner |
ArtifactId | ArtifactIdoptaplanner |
Version | Version6.5.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
optaplanner-6.5.0.CR1.pom | 7 KB |
optaplanner-6.5.0.CR1-tests.jar | 3 KB |
optaplanner-6.5.0.CR1-project-sources.tar.gz | 45 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.optaplanner/optaplanner/ -->
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner</artifactId>
<version>6.5.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.optaplanner/optaplanner/
implementation 'org.optaplanner:optaplanner:6.5.0.CR1'
// https://jarcasting.com/artifacts/org.optaplanner/optaplanner/
implementation ("org.optaplanner:optaplanner:6.5.0.CR1")
'org.optaplanner:optaplanner:jar:6.5.0.CR1'
<dependency org="org.optaplanner" name="optaplanner" rev="6.5.0.CR1">
<artifact name="optaplanner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.optaplanner', module='optaplanner', version='6.5.0.CR1')
)
libraryDependencies += "org.optaplanner" % "optaplanner" % "6.5.0.CR1"
[org.optaplanner/optaplanner "6.5.0.CR1"]