is not current version
Last Version 10.1.0

org.webjars.npm:fs-extra 3.0.1

WebJar for fs-extra

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

fs-extra
Version

Version

3.0.1
Type

Type

jar

Download fs-extra 3.0.1


<!-- https://jarcasting.com/artifacts/org.webjars.npm/fs-extra/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>fs-extra</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/fs-extra/
implementation 'org.webjars.npm:fs-extra:3.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/fs-extra/
implementation ("org.webjars.npm:fs-extra:3.0.1")
'org.webjars.npm:fs-extra:jar:3.0.1'
<dependency org="org.webjars.npm" name="fs-extra" rev="3.0.1">
  <artifact name="fs-extra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='fs-extra', version='3.0.1')
)
libraryDependencies += "org.webjars.npm" % "fs-extra" % "3.0.1"
[org.webjars.npm/fs-extra "3.0.1"]