GroupId | GroupIdorg.guvnor |
---|---|
ArtifactId | ArtifactIdguvnor-rest-backend |
Version | Version7.0.0.Beta8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.guvnor/guvnor-rest-backend/ -->
<dependency>
<groupId>org.guvnor</groupId>
<artifactId>guvnor-rest-backend</artifactId>
<version>7.0.0.Beta8</version>
</dependency>
// https://jarcasting.com/artifacts/org.guvnor/guvnor-rest-backend/
implementation 'org.guvnor:guvnor-rest-backend:7.0.0.Beta8'
// https://jarcasting.com/artifacts/org.guvnor/guvnor-rest-backend/
implementation ("org.guvnor:guvnor-rest-backend:7.0.0.Beta8")
'org.guvnor:guvnor-rest-backend:jar:7.0.0.Beta8'
<dependency org="org.guvnor" name="guvnor-rest-backend" rev="7.0.0.Beta8">
<artifact name="guvnor-rest-backend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.guvnor', module='guvnor-rest-backend', version='7.0.0.Beta8')
)
libraryDependencies += "org.guvnor" % "guvnor-rest-backend" % "7.0.0.Beta8"
[org.guvnor/guvnor-rest-backend "7.0.0.Beta8"]