Last Version

ant-style-path-matcher 1.0.0

Concise, recursive & efficient path matcher implementation for an Ant-style path pattern matching algorithm, with two implementations available.

License

License

MIT
Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.azagniotov
ArtifactId

ArtifactId

ant-style-path-matcher
Version

Version

1.0.0
Type

Type

jar
Description

Description

ant-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://github.com/azagniotov/ant-style-path-matcher

Download ant-style-path-matcher 1.0.0


<!-- 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"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.