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