Extended Regex Support Interfaces
For more see the JavaDoc Documentation.
Happy coding,
David Tesler
License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.github.protobufel |
ArtifactId | ArtifactIdextended-regex |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionextended-regex
Extended Regex supporting multiple entries
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
extended-regex-0.7.0.pom | |
extended-regex-0.7.0.jar | 19 KB |
extended-regex-0.7.0-sources.jar | 6 KB |
extended-regex-0.7.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.protobufel/extended-regex/ -->
<dependency>
<groupId>com.github.protobufel</groupId>
<artifactId>extended-regex</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/extended-regex/
implementation 'com.github.protobufel:extended-regex:0.7.0'
// https://jarcasting.com/artifacts/com.github.protobufel/extended-regex/
implementation ("com.github.protobufel:extended-regex:0.7.0")
'com.github.protobufel:extended-regex:jar:0.7.0'
<dependency org="com.github.protobufel" name="extended-regex" rev="0.7.0">
<artifact name="extended-regex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='extended-regex', version='0.7.0')
)
libraryDependencies += "com.github.protobufel" % "extended-regex" % "0.7.0"
[com.github.protobufel/extended-regex "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jdt : org.eclipse.jdt.annotation | jar | [1.1.0, 2.0.0) |
Group / Artifact | Type | Version |
---|---|---|
com.github.protobufel : common-verifications | jar | 0.6 |
com.github.protobufel : regex-support | jar | 0.6 |
com.github.protobufel : regex-support-interfaces | jar | 0.6 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.hamcrest : hamcrest-integration | jar | 1.3 |
org.mockito : mockito-all | jar | 1.10.8 |
com.github.protobufel : java-common-test | jar | 0.1.0 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |
com.google.guava : guava | jar | 22.0 |
com.google.guava : guava-testlib | jar | 22.0 |
pl.pragmatists : JUnitParams | jar | 1.1.0 |
Happy coding,
David Tesler