GroupId | GroupIdorg.kie.workbench.screens |
---|---|
ArtifactId | ArtifactIdkie-wb-common-workbench-backend |
Version | Version7.1.0.Beta3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.workbench.screens/kie-wb-common-workbench-backend/ -->
<dependency>
<groupId>org.kie.workbench.screens</groupId>
<artifactId>kie-wb-common-workbench-backend</artifactId>
<version>7.1.0.Beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.workbench.screens/kie-wb-common-workbench-backend/
implementation 'org.kie.workbench.screens:kie-wb-common-workbench-backend:7.1.0.Beta3'
// https://jarcasting.com/artifacts/org.kie.workbench.screens/kie-wb-common-workbench-backend/
implementation ("org.kie.workbench.screens:kie-wb-common-workbench-backend:7.1.0.Beta3")
'org.kie.workbench.screens:kie-wb-common-workbench-backend:jar:7.1.0.Beta3'
<dependency org="org.kie.workbench.screens" name="kie-wb-common-workbench-backend" rev="7.1.0.Beta3">
<artifact name="kie-wb-common-workbench-backend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.workbench.screens', module='kie-wb-common-workbench-backend', version='7.1.0.Beta3')
)
libraryDependencies += "org.kie.workbench.screens" % "kie-wb-common-workbench-backend" % "7.1.0.Beta3"
[org.kie.workbench.screens/kie-wb-common-workbench-backend "7.1.0.Beta3"]