| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаio.github.azagniotov |
| Идентификатор | Идентификаторant-style-path-matcher |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеant-style-path-matcher
Concise, recursive & efficient path matcher implementation for an Ant-style path pattern matching algorithm, with two implementations available.
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/io.github.azagniotov/ant-style-path-matcher/ -->
<dependency>
<groupId>io.github.azagniotov</groupId>
<artifactId>ant-style-path-matcher</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.azagniotov/ant-style-path-matcher/
implementation 'io.github.azagniotov:ant-style-path-matcher:1.0.0'
// https://jarcasting.com/artifacts/io.github.azagniotov/ant-style-path-matcher/
implementation ("io.github.azagniotov:ant-style-path-matcher:1.0.0")
'io.github.azagniotov:ant-style-path-matcher:jar:1.0.0'
<dependency org="io.github.azagniotov" name="ant-style-path-matcher" rev="1.0.0">
<artifact name="ant-style-path-matcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.azagniotov', module='ant-style-path-matcher', version='1.0.0')
)
libraryDependencies += "io.github.azagniotov" % "ant-style-path-matcher" % "1.0.0"
[io.github.azagniotov/ant-style-path-matcher "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |