Categories |
CategoriesOptaPlanner Business Logic Libraries Constraint Satisfaction Problem Solver OpenShift Container PaaS Providers |
---|---|
GroupId | GroupIdorg.optaplanner.openshift |
ArtifactId | ArtifactIdoptashift-employee-rostering-webapp |
Version | Version7.7.0.Final |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.optaplanner.openshift/optashift-employee-rostering-webapp/ -->
<dependency>
<groupId>org.optaplanner.openshift</groupId>
<artifactId>optashift-employee-rostering-webapp</artifactId>
<version>7.7.0.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.optaplanner.openshift/optashift-employee-rostering-webapp/
implementation 'org.optaplanner.openshift:optashift-employee-rostering-webapp:7.7.0.Final'
// https://jarcasting.com/artifacts/org.optaplanner.openshift/optashift-employee-rostering-webapp/
implementation ("org.optaplanner.openshift:optashift-employee-rostering-webapp:7.7.0.Final")
'org.optaplanner.openshift:optashift-employee-rostering-webapp:war:7.7.0.Final'
<dependency org="org.optaplanner.openshift" name="optashift-employee-rostering-webapp" rev="7.7.0.Final">
<artifact name="optashift-employee-rostering-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.optaplanner.openshift', module='optashift-employee-rostering-webapp', version='7.7.0.Final')
)
libraryDependencies += "org.optaplanner.openshift" % "optashift-employee-rostering-webapp" % "7.7.0.Final"
[org.optaplanner.openshift/optashift-employee-rostering-webapp "7.7.0.Final"]