<dependency>
<groupId>org.optaplanner.openshift</groupId>
<artifactId>optashift-employee-rostering-distribution</artifactId>
<version>7.8.0.Final</version>
</dependency>
implementation group: 'org.optaplanner.openshift', name: 'optashift-employee-rostering-distribution', version: '7.8.0.Final'
implementation 'org.optaplanner.openshift:optashift-employee-rostering-distribution:7.8.0.Final'
implementation("org.optaplanner.openshift:optashift-employee-rostering-distribution:7.8.0.Final")
libraryDependencies += "org.optaplanner.openshift" % "optashift-employee-rostering-distribution" % "7.8.0.Final"
<dependency org="org.optaplanner.openshift" name="optashift-employee-rostering-distribution" rev="7.8.0.Final"/>
@Grapes(
@Grab(group='org.optaplanner.openshift', module='optashift-employee-rostering-distribution', version='7.8.0.Final')
)
[org.optaplanner.openshift/optashift-employee-rostering-distribution "7.8.0.Final"]
'org.optaplanner.openshift:optashift-employee-rostering-distribution:jar:7.8.0.Final'