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