License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-vfs2-examples |
Last Version | Last Version2.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons VFS Examples
Apache Commons VFS is a Virtual File System library - Examples.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-vfs2-examples-2.9.0.pom | |
commons-vfs2-examples-2.9.0.jar | 35 KB |
commons-vfs2-examples-2.9.0-sources.jar | 32 KB |
commons-vfs2-examples-2.9.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-vfs2-examples/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-examples</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-vfs2-examples/
implementation 'org.apache.commons:commons-vfs2-examples:2.9.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-vfs2-examples/
implementation ("org.apache.commons:commons-vfs2-examples:2.9.0")
'org.apache.commons:commons-vfs2-examples:jar:2.9.0'
<dependency org="org.apache.commons" name="commons-vfs2-examples" rev="2.9.0">
<artifact name="commons-vfs2-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-vfs2-examples', version='2.9.0')
)
libraryDependencies += "org.apache.commons" % "commons-vfs2-examples" % "2.9.0"
[org.apache.commons/commons-vfs2-examples "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-vfs2 | jar | 2.9.0 |
commons-net : commons-net Optional | jar | 3.8.0 |
org.apache.commons : commons-collections4 Optional | jar | 4.4 |
com.jcraft : jsch Optional | jar | 0.1.55 |