| Группа | Группаorg.kie.commons |
|---|---|
| Идентификатор | Идентификаторkie-commons-regex |
| Версия | Версия6.0.0.Beta2 |
| Тип | Типjar |
<!-- 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.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.commons/kie-commons-regex/
implementation 'org.kie.commons:kie-commons-regex:6.0.0.Beta2'
// https://jarcasting.com/artifacts/org.kie.commons/kie-commons-regex/
implementation ("org.kie.commons:kie-commons-regex:6.0.0.Beta2")
'org.kie.commons:kie-commons-regex:jar:6.0.0.Beta2'
<dependency org="org.kie.commons" name="kie-commons-regex" rev="6.0.0.Beta2">
<artifact name="kie-commons-regex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.commons', module='kie-commons-regex', version='6.0.0.Beta2')
)
libraryDependencies += "org.kie.commons" % "kie-commons-regex" % "6.0.0.Beta2"
[org.kie.commons/kie-commons-regex "6.0.0.Beta2"]