GroupId | GroupIdfr.opensagres.js |
---|---|
ArtifactId | ArtifactIdminimatch.java |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
minimatch.java-1.0.0.pom | |
minimatch.java-1.0.0.jar | 18 KB |
minimatch.java-1.0.0-sources.jar | 21 KB |
minimatch.java-1.0.0-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.opensagres.js/minimatch.java/ -->
<dependency>
<groupId>fr.opensagres.js</groupId>
<artifactId>minimatch.java</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.js/minimatch.java/
implementation 'fr.opensagres.js:minimatch.java:1.0.0'
// https://jarcasting.com/artifacts/fr.opensagres.js/minimatch.java/
implementation ("fr.opensagres.js:minimatch.java:1.0.0")
'fr.opensagres.js:minimatch.java:jar:1.0.0'
<dependency org="fr.opensagres.js" name="minimatch.java" rev="1.0.0">
<artifact name="minimatch.java" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.js', module='minimatch.java', version='1.0.0')
)
libraryDependencies += "fr.opensagres.js" % "minimatch.java" % "1.0.0"
[fr.opensagres.js/minimatch.java "1.0.0"]