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