| Categories | CategoriesIDE Development Tools GUI User Interface OptaPlanner Business Logic Libraries Constraint Satisfaction Problem Solver | 
|---|---|
| GroupId | GroupIdorg.optaplanner | 
| ArtifactId | ArtifactIdoptaplanner-wb-guided-rule-editor-backend | 
| Version | Version7.45.0.t20201009 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.optaplanner/optaplanner-wb-guided-rule-editor-backend/ -->
<dependency>
    <groupId>org.optaplanner</groupId>
    <artifactId>optaplanner-wb-guided-rule-editor-backend</artifactId>
    <version>7.45.0.t20201009</version>
</dependency>// https://jarcasting.com/artifacts/org.optaplanner/optaplanner-wb-guided-rule-editor-backend/
implementation 'org.optaplanner:optaplanner-wb-guided-rule-editor-backend:7.45.0.t20201009'// https://jarcasting.com/artifacts/org.optaplanner/optaplanner-wb-guided-rule-editor-backend/
implementation ("org.optaplanner:optaplanner-wb-guided-rule-editor-backend:7.45.0.t20201009")'org.optaplanner:optaplanner-wb-guided-rule-editor-backend:jar:7.45.0.t20201009'<dependency org="org.optaplanner" name="optaplanner-wb-guided-rule-editor-backend" rev="7.45.0.t20201009">
  <artifact name="optaplanner-wb-guided-rule-editor-backend" type="jar" />
</dependency>@Grapes(
@Grab(group='org.optaplanner', module='optaplanner-wb-guided-rule-editor-backend', version='7.45.0.t20201009')
)libraryDependencies += "org.optaplanner" % "optaplanner-wb-guided-rule-editor-backend" % "7.45.0.t20201009"[org.optaplanner/optaplanner-wb-guided-rule-editor-backend "7.45.0.t20201009"]