Extended Regex Support Interfaces
For more see the JavaDoc Documentation.
Happy coding,
David Tesler
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииProtobuf Данные Data Structures |
| Группа | Группаcom.github.protobufel |
| Идентификатор | Идентификаторregex-support-interfaces |
| Последняя версия | Последняя версия0.7.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеregex-support-interfaces
Extended Regex Support Interfaces
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.protobufel/regex-support-interfaces/ -->
<dependency>
<groupId>com.github.protobufel</groupId>
<artifactId>regex-support-interfaces</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/regex-support-interfaces/
implementation 'com.github.protobufel:regex-support-interfaces:0.7.0'
// https://jarcasting.com/artifacts/com.github.protobufel/regex-support-interfaces/
implementation ("com.github.protobufel:regex-support-interfaces:0.7.0")
'com.github.protobufel:regex-support-interfaces:jar:0.7.0'
<dependency org="com.github.protobufel" name="regex-support-interfaces" rev="0.7.0">
<artifact name="regex-support-interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='regex-support-interfaces', version='0.7.0')
)
libraryDependencies += "com.github.protobufel" % "regex-support-interfaces" % "0.7.0"
[com.github.protobufel/regex-support-interfaces "0.7.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jdt : org.eclipse.jdt.annotation | jar | [1.1.0, 2.0.0) |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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