Categories |
CategoriesOptaPlanner Business Logic Libraries Constraint Satisfaction Problem Solver |
---|---|
GroupId | GroupIdorg.optaplanner |
ArtifactId | ArtifactIdoptaplanner-bom |
Version | Version7.63.0.t20211129 |
Type | Typepom |
Filename | Size |
---|---|
optaplanner-bom-7.63.0.t20211129.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.optaplanner/optaplanner-bom/ -->
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-bom</artifactId>
<version>7.63.0.t20211129</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.optaplanner/optaplanner-bom/
implementation 'org.optaplanner:optaplanner-bom:7.63.0.t20211129'
// https://jarcasting.com/artifacts/org.optaplanner/optaplanner-bom/
implementation ("org.optaplanner:optaplanner-bom:7.63.0.t20211129")
'org.optaplanner:optaplanner-bom:pom:7.63.0.t20211129'
<dependency org="org.optaplanner" name="optaplanner-bom" rev="7.63.0.t20211129">
<artifact name="optaplanner-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.optaplanner', module='optaplanner-bom', version='7.63.0.t20211129')
)
libraryDependencies += "org.optaplanner" % "optaplanner-bom" % "7.63.0.t20211129"
[org.optaplanner/optaplanner-bom "7.63.0.t20211129"]