Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.kie.workbench.services |
ArtifactId | ArtifactIdkie-wb-common-security |
Version | Version6.0.0.CR5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.workbench.services/kie-wb-common-security/ -->
<dependency>
<groupId>org.kie.workbench.services</groupId>
<artifactId>kie-wb-common-security</artifactId>
<version>6.0.0.CR5</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.workbench.services/kie-wb-common-security/
implementation 'org.kie.workbench.services:kie-wb-common-security:6.0.0.CR5'
// https://jarcasting.com/artifacts/org.kie.workbench.services/kie-wb-common-security/
implementation ("org.kie.workbench.services:kie-wb-common-security:6.0.0.CR5")
'org.kie.workbench.services:kie-wb-common-security:jar:6.0.0.CR5'
<dependency org="org.kie.workbench.services" name="kie-wb-common-security" rev="6.0.0.CR5">
<artifact name="kie-wb-common-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.workbench.services', module='kie-wb-common-security', version='6.0.0.CR5')
)
libraryDependencies += "org.kie.workbench.services" % "kie-wb-common-security" % "6.0.0.CR5"
[org.kie.workbench.services/kie-wb-common-security "6.0.0.CR5"]