Extended Regex Support Interfaces
For more see the JavaDoc Documentation.
Happy coding,
David Tesler
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииProtobuf Данные Data Structures |
| Группа | Группаcom.github.protobufel |
| Идентификатор | Идентификаторextended-regex |
| Последняя версия | Последняя версия0.7.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеextended-regex
Extended Regex supporting multiple entries
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jdt : org.eclipse.jdt.annotation | jar | [1.1.0, 2.0.0) |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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