g

glob

Glob style pattern matcher for Java strings
https://github.com/pengw0048/glob-library-java
MIT License
Joshua Gerth
Files download
File Operation
glob-0.9.0.jar download
glob-0.9.0.pom download
glob-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pengw0048</groupId>
  <artifactId>glob</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.pengw0048:glob:0.9.0'
Gradle Kotlin
implementation("io.github.pengw0048:glob:0.9.0")
Scala SBT
libraryDependencies += "io.github.pengw0048" % "glob" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pengw0048', module='glob', version='0.9.0')
)
Apache Ivy
<dependency org="io.github.pengw0048" name="glob" rev="0.9.0" />
Leiningen
[io.github.pengw0048/glob "0.9.0"]
Apache Buildr
'io.github.pengw0048:glob:jar:0.9.0'