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