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