k

kie-commons-regex

Collection of reusable Regular Expressions utils.
Files download
File Operation
kie-commons-regex-6.0.0.Beta4.jar download
kie-commons-regex-6.0.0.Beta4.pom download
kie-commons-regex-6.0.0.Beta4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kie.commons</groupId>
  <artifactId>kie-commons-regex</artifactId>
  <version>6.0.0.Beta4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.kie.commons:kie-commons-regex:6.0.0.Beta4'
Gradle Kotlin
implementation("org.kie.commons:kie-commons-regex:6.0.0.Beta4")
Scala SBT
libraryDependencies += "org.kie.commons" % "kie-commons-regex" % "6.0.0.Beta4"
Groovy Grape
@Grapes(
  @Grab(group='org.kie.commons', module='kie-commons-regex', version='6.0.0.Beta4')
)
Apache Ivy
<dependency org="org.kie.commons" name="kie-commons-regex" rev="6.0.0.Beta4" />
Leiningen
[org.kie.commons/kie-commons-regex "6.0.0.Beta4"]
Apache Buildr
'org.kie.commons:kie-commons-regex:jar:6.0.0.Beta4'