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