License |
License |
---|---|
GroupId | GroupIdcom.github.shyiko.klob |
ArtifactId | ArtifactIdklob |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionklob
A .gitgnore-pattern-based glob library for Kotlin and/or Java 8+
|
Project URL |
Project URL |
Filename | Size |
---|---|
klob-0.2.1.pom | |
klob-0.2.1.jar | 25 KB |
klob-0.2.1-sources.jar | 8 KB |
klob-0.2.1-kalvanized.jar | 744 KB |
klob-0.2.1-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shyiko.klob/klob/ -->
<dependency>
<groupId>com.github.shyiko.klob</groupId>
<artifactId>klob</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.klob/klob/
implementation 'com.github.shyiko.klob:klob:0.2.1'
// https://jarcasting.com/artifacts/com.github.shyiko.klob/klob/
implementation ("com.github.shyiko.klob:klob:0.2.1")
'com.github.shyiko.klob:klob:jar:0.2.1'
<dependency org="com.github.shyiko.klob" name="klob" rev="0.2.1">
<artifact name="klob" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.klob', module='klob', version='0.2.1')
)
libraryDependencies += "com.github.shyiko.klob" % "klob" % "0.2.1"
[com.github.shyiko.klob/klob "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.3-2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.21 |
org.assertj : assertj-core | jar | 1.7.1 |