| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.sisyphsu |
| Идентификатор | Идентификаторretree |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеretree
Merge multiple regexs as one regex-tree, which support quickly and concurrently regex matching.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| retree-1.0.4.pom | |
| retree-1.0.4.jar | 35 KB |
| retree-1.0.4-sources.jar | 25 KB |
| retree-1.0.4-javadoc.jar | 143 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sisyphsu/retree/ -->
<dependency>
<groupId>com.github.sisyphsu</groupId>
<artifactId>retree</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sisyphsu/retree/
implementation 'com.github.sisyphsu:retree:1.0.4'
// https://jarcasting.com/artifacts/com.github.sisyphsu/retree/
implementation ("com.github.sisyphsu:retree:1.0.4")
'com.github.sisyphsu:retree:jar:1.0.4'
<dependency org="com.github.sisyphsu" name="retree" rev="1.0.4">
<artifact name="retree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sisyphsu', module='retree', version='1.0.4')
)
libraryDependencies += "com.github.sisyphsu" % "retree" % "1.0.4"
[com.github.sisyphsu/retree "1.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.1 |
| org.openjdk.jmh : jmh-core | jar | 1.21 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.21 |