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