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