is not current version
Last Version 0.7.0

com.github.protobufel:regex-support 0.6

Regex utilities based on OpenJDK 7 java.util.regex.Matcher and java.util.regex.ASCII. Needed mainly due to lack of access to Matcher#lastAppendPosition, and to not reinvent the wheel.

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

com.github.protobufel
ArtifactId

ArtifactId

regex-support
Version

Version

0.6
Type

Type

jar

Download regex-support 0.6


<!-- https://jarcasting.com/artifacts/com.github.protobufel/regex-support/ -->
<dependency>
    <groupId>com.github.protobufel</groupId>
    <artifactId>regex-support</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/regex-support/
implementation 'com.github.protobufel:regex-support:0.6'
// https://jarcasting.com/artifacts/com.github.protobufel/regex-support/
implementation ("com.github.protobufel:regex-support:0.6")
'com.github.protobufel:regex-support:jar:0.6'
<dependency org="com.github.protobufel" name="regex-support" rev="0.6">
  <artifact name="regex-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='regex-support', version='0.6')
)
libraryDependencies += "com.github.protobufel" % "regex-support" % "0.6"
[com.github.protobufel/regex-support "0.6"]