is not current version
Last Version 10.1.0

org.webjars.npm:fs-extra 5.0.0

WebJar for fs-extra

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

fs-extra
Version

Version

5.0.0
Type

Type

jar

Download fs-extra 5.0.0


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