License |
License |
---|---|
GroupId | GroupIdorg.uberfire |
ArtifactId | ArtifactIdvfs-model |
Last Version | Last Version0.1.0.Alpha1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVFS Model
VFS Model
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
vfs-model-0.1.0.Alpha1.pom | |
vfs-model-0.1.0.Alpha1.jar | 121 KB |
vfs-model-0.1.0.Alpha1-test-sources.jar | 10 KB |
vfs-model-0.1.0.Alpha1-sources.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uberfire/vfs-model/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>vfs-model</artifactId>
<version>0.1.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/vfs-model/
implementation 'org.uberfire:vfs-model:0.1.0.Alpha1'
// https://jarcasting.com/artifacts/org.uberfire/vfs-model/
implementation ("org.uberfire:vfs-model:0.1.0.Alpha1")
'org.uberfire:vfs-model:jar:0.1.0.Alpha1'
<dependency org="org.uberfire" name="vfs-model" rev="0.1.0.Alpha1">
<artifact name="vfs-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='vfs-model', version='0.1.0.Alpha1')
)
libraryDependencies += "org.uberfire" % "vfs-model" % "0.1.0.Alpha1"
[org.uberfire/vfs-model "0.1.0.Alpha1"]
Group / Artifact | Type | Version |
---|---|---|
org.uberfire : uberfire-commons | jar | 0.1.0.Alpha1 |
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 |