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