Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.guvnor |
ArtifactId | ArtifactIdguvnor-structure-client |
Version | Version6.5.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.guvnor/guvnor-structure-client/ -->
<dependency>
<groupId>org.guvnor</groupId>
<artifactId>guvnor-structure-client</artifactId>
<version>6.5.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.guvnor/guvnor-structure-client/
implementation 'org.guvnor:guvnor-structure-client:6.5.0.CR1'
// https://jarcasting.com/artifacts/org.guvnor/guvnor-structure-client/
implementation ("org.guvnor:guvnor-structure-client:6.5.0.CR1")
'org.guvnor:guvnor-structure-client:jar:6.5.0.CR1'
<dependency org="org.guvnor" name="guvnor-structure-client" rev="6.5.0.CR1">
<artifact name="guvnor-structure-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.guvnor', module='guvnor-structure-client', version='6.5.0.CR1')
)
libraryDependencies += "org.guvnor" % "guvnor-structure-client" % "6.5.0.CR1"
[org.guvnor/guvnor-structure-client "6.5.0.CR1"]