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