License |
License |
---|---|
Categories |
CategoriesDistribution Build Tools |
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-vfs2-distribution |
Last Version | Last Version2.9.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Commons VFS Distribution
Apache Commons VFS is a Virtual File System library - Distribution archives.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-vfs2-distribution-2.9.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-vfs2-distribution/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-distribution</artifactId>
<version>2.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-vfs2-distribution/
implementation 'org.apache.commons:commons-vfs2-distribution:2.9.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-vfs2-distribution/
implementation ("org.apache.commons:commons-vfs2-distribution:2.9.0")
'org.apache.commons:commons-vfs2-distribution:pom:2.9.0'
<dependency org="org.apache.commons" name="commons-vfs2-distribution" rev="2.9.0">
<artifact name="commons-vfs2-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-vfs2-distribution', version='2.9.0')
)
libraryDependencies += "org.apache.commons" % "commons-vfs2-distribution" % "2.9.0"
[org.apache.commons/commons-vfs2-distribution "2.9.0"]