License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.sugar.fspath |
ArtifactId | ArtifactIdfspath |
Version | Version1.0-alpha |
Type | Typejar |
Description |
Descriptionfspath
FSPath is a simple, flexible API for making interaction with the filesystem a breeze.
|
Project URL |
Project URL |
Filename | Size |
---|---|
fspath-1.0-alpha.pom | |
fspath-1.0-alpha.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.sugar.fspath/fspath/ -->
<dependency>
<groupId>net.sf.sugar.fspath</groupId>
<artifactId>fspath</artifactId>
<version>1.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.sugar.fspath/fspath/
implementation 'net.sf.sugar.fspath:fspath:1.0-alpha'
// https://jarcasting.com/artifacts/net.sf.sugar.fspath/fspath/
implementation ("net.sf.sugar.fspath:fspath:1.0-alpha")
'net.sf.sugar.fspath:fspath:jar:1.0-alpha'
<dependency org="net.sf.sugar.fspath" name="fspath" rev="1.0-alpha">
<artifact name="fspath" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.sugar.fspath', module='fspath', version='1.0-alpha')
)
libraryDependencies += "net.sf.sugar.fspath" % "fspath" % "1.0-alpha"
[net.sf.sugar.fspath/fspath "1.0-alpha"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |