a

ant-style-path-matcher

Concise, recursive & efficient path matcher implementation for an Ant-style path pattern matching algorithm, with two implementations available.
https://github.com/azagniotov/ant-style-path-matcher
MIT
Alexander Zagniotov
Files download
File Operation
ant-style-path-matcher-1.0.0.jar download
ant-style-path-matcher-1.0.0.pom download
ant-style-path-matcher-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.azagniotov</groupId>
  <artifactId>ant-style-path-matcher</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.azagniotov:ant-style-path-matcher:1.0.0'
Gradle Kotlin
implementation("io.github.azagniotov:ant-style-path-matcher:1.0.0")
Scala SBT
libraryDependencies += "io.github.azagniotov" % "ant-style-path-matcher" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.azagniotov', module='ant-style-path-matcher', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.azagniotov" name="ant-style-path-matcher" rev="1.0.0" />
Leiningen
[io.github.azagniotov/ant-style-path-matcher "1.0.0"]
Apache Buildr
'io.github.azagniotov:ant-style-path-matcher:jar:1.0.0'