| Categories | CategoriesOptaPlanner Business Logic Libraries Constraint Satisfaction Problem Solver Doma Data ORM | 
|---|---|
| GroupId | GroupIdorg.optaplanner | 
| ArtifactId | ArtifactIdoptaplanner-wb-domain-editor-api | 
| Version | Version7.41.0.t20200723 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.optaplanner/optaplanner-wb-domain-editor-api/ -->
<dependency>
    <groupId>org.optaplanner</groupId>
    <artifactId>optaplanner-wb-domain-editor-api</artifactId>
    <version>7.41.0.t20200723</version>
</dependency>// https://jarcasting.com/artifacts/org.optaplanner/optaplanner-wb-domain-editor-api/
implementation 'org.optaplanner:optaplanner-wb-domain-editor-api:7.41.0.t20200723'// https://jarcasting.com/artifacts/org.optaplanner/optaplanner-wb-domain-editor-api/
implementation ("org.optaplanner:optaplanner-wb-domain-editor-api:7.41.0.t20200723")'org.optaplanner:optaplanner-wb-domain-editor-api:jar:7.41.0.t20200723'<dependency org="org.optaplanner" name="optaplanner-wb-domain-editor-api" rev="7.41.0.t20200723">
  <artifact name="optaplanner-wb-domain-editor-api" type="jar" />
</dependency>@Grapes(
@Grab(group='org.optaplanner', module='optaplanner-wb-domain-editor-api', version='7.41.0.t20200723')
)libraryDependencies += "org.optaplanner" % "optaplanner-wb-domain-editor-api" % "7.41.0.t20200723"[org.optaplanner/optaplanner-wb-domain-editor-api "7.41.0.t20200723"]