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