is not current version
Last Version 0.2.0

com.github.fge:java7-fs-more 0.1.0

Convenient classes for Path manipulations

GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

java7-fs-more
Version

Version

0.1.0
Type

Type

jar

Download java7-fs-more 0.1.0


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