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