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