GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdmicromatch |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
micromatch-3.1.0.pom | |
micromatch-3.1.0.jar | 24 KB |
micromatch-3.1.0-sources.jar | 22 bytes |
micromatch-3.1.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/micromatch/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>micromatch</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/micromatch/
implementation 'org.webjars.npm:micromatch:3.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/micromatch/
implementation ("org.webjars.npm:micromatch:3.1.0")
'org.webjars.npm:micromatch:jar:3.1.0'
<dependency org="org.webjars.npm" name="micromatch" rev="3.1.0">
<artifact name="micromatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='micromatch', version='3.1.0')
)
libraryDependencies += "org.webjars.npm" % "micromatch" % "3.1.0"
[org.webjars.npm/micromatch "3.1.0"]