| License |
License |
|---|---|
| Categories |
CategoriesGit Development Tools Version Controls JGit General Purpose Libraries Utility |
| GroupId | GroupIdorg.uberfire |
| ArtifactId | ArtifactIdvfs-jgit |
| Last Version | Last Version0.1.0.Alpha1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionVFS JGIT Impl
VFS JGIT Impl
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| vfs-jgit-0.1.0.Alpha1.pom | |
| vfs-jgit-0.1.0.Alpha1.jar | 48 KB |
| vfs-jgit-0.1.0.Alpha1-test-sources.jar | 18 KB |
| vfs-jgit-0.1.0.Alpha1-sources.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.uberfire/vfs-jgit/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>vfs-jgit</artifactId>
<version>0.1.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/vfs-jgit/
implementation 'org.uberfire:vfs-jgit:0.1.0.Alpha1'
// https://jarcasting.com/artifacts/org.uberfire/vfs-jgit/
implementation ("org.uberfire:vfs-jgit:0.1.0.Alpha1")
'org.uberfire:vfs-jgit:jar:0.1.0.Alpha1'
<dependency org="org.uberfire" name="vfs-jgit" rev="0.1.0.Alpha1">
<artifact name="vfs-jgit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='vfs-jgit', version='0.1.0.Alpha1')
)
libraryDependencies += "org.uberfire" % "vfs-jgit" % "0.1.0.Alpha1"
[org.uberfire/vfs-jgit "0.1.0.Alpha1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.uberfire : vfs-model | jar | 0.1.0.Alpha1 |
| org.eclipse.jgit : org.eclipse.jgit | jar | 2.1.0.201209190230-r |
| org.slf4j : slf4j-api | jar | 1.6.6 |
| org.slf4j : slf4j-simple | jar | 1.6.6 |
| 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 |