GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdfs-extra |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
fs-extra-0.9.1.pom | |
fs-extra-0.9.1.jar | 8 KB |
fs-extra-0.9.1-javadoc.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/fs-extra/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>fs-extra</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/fs-extra/
implementation 'org.webjars:fs-extra:0.9.1'
// https://jarcasting.com/artifacts/org.webjars/fs-extra/
implementation ("org.webjars:fs-extra:0.9.1")
'org.webjars:fs-extra:jar:0.9.1'
<dependency org="org.webjars" name="fs-extra" rev="0.9.1">
<artifact name="fs-extra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='fs-extra', version='0.9.1')
)
libraryDependencies += "org.webjars" % "fs-extra" % "0.9.1"
[org.webjars/fs-extra "0.9.1"]