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