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