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