License |
License |
---|---|
GroupId | GroupIdio.github.pengw0048 |
ArtifactId | ArtifactIdglob |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Glob Library
Glob style pattern matcher for Java strings
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
glob-0.9.0.pom | |
glob-0.9.0.jar | 9 KB |
glob-0.9.0-sources.jar | 14 KB |
glob-0.9.0-javadoc.jar | 23 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.2 |