is not current version
Last Version 0.2.1

com.github.shyiko.klob:klob 0.2.0

A .gitgnore-pattern-based glob library for Kotlin and/or Java 8+

GroupId

GroupId

com.github.shyiko.klob
ArtifactId

ArtifactId

klob
Version

Version

0.2.0
Type

Type

jar

Download klob 0.2.0


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