Last Version

Java Glob Library 0.9.0

Glob style pattern matcher for Java strings

License

License

GroupId

GroupId

io.github.pengw0048
ArtifactId

ArtifactId

glob
Version

Version

0.9.0
Type

Type

jar
Description

Description

Java Glob Library
Glob style pattern matcher for Java strings
Project URL

Project URL

https://github.com/pengw0048/glob-library-java
Source Code Management

Source Code Management

https://github.com/pengw0048/glob-library-java

Download glob 0.9.0


<!-- https://jarcasting.com/artifacts/io.github.pengw0048/glob/ -->
<dependency>
    <groupId>io.github.pengw0048</groupId>
    <artifactId>glob</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pengw0048/glob/
implementation 'io.github.pengw0048:glob:0.9.0'
// https://jarcasting.com/artifacts/io.github.pengw0048/glob/
implementation ("io.github.pengw0048:glob:0.9.0")
'io.github.pengw0048:glob:jar:0.9.0'
<dependency org="io.github.pengw0048" name="glob" rev="0.9.0">
  <artifact name="glob" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pengw0048', module='glob', version='0.9.0')
)
libraryDependencies += "io.github.pengw0048" % "glob" % "0.9.0"
[io.github.pengw0048/glob "0.9.0"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.2

Project Modules

There are no modules declared in this project.