GroupId | GroupIdorg.kie.workbench.services |
---|---|
ArtifactId | ArtifactIdkie-wb-common-services |
Version | Version6.4.0.Beta2 |
Type | Typejar |
Filename | Size |
---|---|
kie-wb-common-services-6.4.0.Beta2.pom | 966 bytes |
kie-wb-common-services-6.4.0.Beta2-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.workbench.services/kie-wb-common-services/ -->
<dependency>
<groupId>org.kie.workbench.services</groupId>
<artifactId>kie-wb-common-services</artifactId>
<version>6.4.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.workbench.services/kie-wb-common-services/
implementation 'org.kie.workbench.services:kie-wb-common-services:6.4.0.Beta2'
// https://jarcasting.com/artifacts/org.kie.workbench.services/kie-wb-common-services/
implementation ("org.kie.workbench.services:kie-wb-common-services:6.4.0.Beta2")
'org.kie.workbench.services:kie-wb-common-services:jar:6.4.0.Beta2'
<dependency org="org.kie.workbench.services" name="kie-wb-common-services" rev="6.4.0.Beta2">
<artifact name="kie-wb-common-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.workbench.services', module='kie-wb-common-services', version='6.4.0.Beta2')
)
libraryDependencies += "org.kie.workbench.services" % "kie-wb-common-services" % "6.4.0.Beta2"
[org.kie.workbench.services/kie-wb-common-services "6.4.0.Beta2"]