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