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