License |
License |
---|---|
GroupId | GroupIdorg.uberfire |
ArtifactId | ArtifactIdvfs-fs |
Last Version | Last Version0.1.0.Alpha1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVFS File System Impl
VFS File System Impl
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
vfs-fs-0.1.0.Alpha1.pom | |
vfs-fs-0.1.0.Alpha1.jar | 29 KB |
vfs-fs-0.1.0.Alpha1-test-sources.jar | 13 KB |
vfs-fs-0.1.0.Alpha1-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uberfire/vfs-fs/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>vfs-fs</artifactId>
<version>0.1.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/vfs-fs/
implementation 'org.uberfire:vfs-fs:0.1.0.Alpha1'
// https://jarcasting.com/artifacts/org.uberfire/vfs-fs/
implementation ("org.uberfire:vfs-fs:0.1.0.Alpha1")
'org.uberfire:vfs-fs:jar:0.1.0.Alpha1'
<dependency org="org.uberfire" name="vfs-fs" rev="0.1.0.Alpha1">
<artifact name="vfs-fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='vfs-fs', version='0.1.0.Alpha1')
)
libraryDependencies += "org.uberfire" % "vfs-fs" % "0.1.0.Alpha1"
[org.uberfire/vfs-fs "0.1.0.Alpha1"]
Group / Artifact | Type | Version |
---|---|---|
org.uberfire : vfs-model | jar | 0.1.0.Alpha1 |
commons-io : commons-io | jar | 2.4 |
commons-httpclient : commons-httpclient | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |
org.easytesting : fest-assert-core | jar | 2.0M6 |