License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.github.azagniotov |
ArtifactId | ArtifactIdant-style-path-matcher |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionant-style-path-matcher
Concise, recursive & efficient path matcher implementation for an Ant-style path pattern matching algorithm, with two implementations available.
|
Project URL |
Project URL |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |