GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdglob-stream |
Version | Version3.1.18 |
Type | Typejar |
Filename | Size |
---|---|
glob-stream-3.1.18.pom | |
glob-stream-3.1.18.jar | 6 KB |
glob-stream-3.1.18-sources.jar | 22 bytes |
glob-stream-3.1.18-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>3.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/glob-stream/
implementation 'org.webjars.npm:glob-stream:3.1.18'
// https://jarcasting.com/artifacts/org.webjars.npm/glob-stream/
implementation ("org.webjars.npm:glob-stream:3.1.18")
'org.webjars.npm:glob-stream:jar:3.1.18'
<dependency org="org.webjars.npm" name="glob-stream" rev="3.1.18">
<artifact name="glob-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='glob-stream', version='3.1.18')
)
libraryDependencies += "org.webjars.npm" % "glob-stream" % "3.1.18"
[org.webjars.npm/glob-stream "3.1.18"]