Download jboss-vfs-3.1.0.final.jar file

Introduction

You can download jboss-vfs-3.1.0.final.jar in this page.

License

lgpl

Type List

jboss-vfs-3.1.0.final.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/org.jboss/jboss-vfs/pom.properties
META-INF/maven/org.jboss/jboss-vfs/pom.xml
META-INF/services/java.net.URLStreamHandlerFactory
org.jboss.vfs.BasicMountHandle.class
org.jboss.vfs.TempDir.class
org.jboss.vfs.TempFileProvider.class
org.jboss.vfs.VFS.class
org.jboss.vfs.VFSInputSource.class
org.jboss.vfs.VFSUtils.class
org.jboss.vfs.VirtualFile.class
org.jboss.vfs.VirtualFileAssembly.class
org.jboss.vfs.VirtualFileFilter.class
org.jboss.vfs.VirtualFileFilterWithAttributes.class
org.jboss.vfs.VirtualFileVisitor.class
org.jboss.vfs.VirtualJarFileInputStream.class
org.jboss.vfs.VirtualJarInputStream.class
org.jboss.vfs.VisitorAttributes.class
org.jboss.vfs.protocol.AbstractLocalURLStreamHandler.class
org.jboss.vfs.protocol.AbstractURLConnection.class
org.jboss.vfs.protocol.FileURLConnection.class
org.jboss.vfs.protocol.FileURLStreamHandler.class
org.jboss.vfs.protocol.VfsUrlStreamHandlerFactory.class
org.jboss.vfs.protocol.VirtualFileURLConnection.class
org.jboss.vfs.protocol.VirtualFileURLStreamHandler.class
org.jboss.vfs.protocol.file.Handler.class
org.jboss.vfs.protocol.vfs.Handler.class
org.jboss.vfs.spi.AssemblyFileSystem.class
org.jboss.vfs.spi.EnumerationIterable.class
org.jboss.vfs.spi.EnumerationIterator.class
org.jboss.vfs.spi.FileSystem.class
org.jboss.vfs.spi.JavaZipFileSystem.class
org.jboss.vfs.spi.MountHandle.class
org.jboss.vfs.spi.RealFileSystem.class
org.jboss.vfs.spi.RootFileSystem.class
org.jboss.vfs.util.AbstractPatternVirtualFileFilter.class
org.jboss.vfs.util.AbstractVirtualFileFilterWithAttributes.class
org.jboss.vfs.util.AbstractVirtualFileVisitor.class
org.jboss.vfs.util.ExtensibleFilter.class
org.jboss.vfs.util.FileNameVirtualFileFilter.class
org.jboss.vfs.util.FilterVirtualFileVisitor.class
org.jboss.vfs.util.IncludeExcludeVisitorAttributes.class
org.jboss.vfs.util.IncludeFileNameVirtualFileFilter.class
org.jboss.vfs.util.IncludePatternVirtualFileFilter.class
org.jboss.vfs.util.LazyInputStream.class
org.jboss.vfs.util.MatchAllVirtualFileFilter.class
org.jboss.vfs.util.PathTokenizer.class
org.jboss.vfs.util.SuffixMatchFilter.class
org.jboss.vfs.util.SuffixesExcludeFilter.class
org.jboss.vfs.util.automount.AbstractMountOwner.class
org.jboss.vfs.util.automount.Automounter.class
org.jboss.vfs.util.automount.MountConfig.class
org.jboss.vfs.util.automount.MountOption.class
org.jboss.vfs.util.automount.MountOwner.class
org.jboss.vfs.util.automount.SimpleMountOwner.class
org.jboss.vfs.util.automount.VirtualFileOwner.class

Pom

jboss-vfs-3.1.0.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>

<!--
  ~ JBoss, Home of Professional Open Source.
  ~ Copyright 2011, Red Hat, Inc., and individual contributors
  ~ as indicated by the @author tags. See the copyright.txt file in the
  ~ distribution for a full listing of individual contributors.
  ~
  ~ This is free software; you can redistribute it and/or modify it
  ~ under the terms of the GNU Lesser General Public License as
  ~ published by the Free Software Foundation; either version 2.1 of
  ~ the License, or (at your option) any later version.
  ~
  ~ This software is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  ~ Lesser General Public License for more details.
  ~
  ~ You should have received a copy of the GNU Lesser General Public
  ~ License along with this software; if not, write to the Free
  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

    <parent>
        <groupId>org.jboss</groupId>
        <artifactId>jboss-parent</artifactId>
        <version>7</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss</groupId>
    <artifactId>jboss-vfs</artifactId>
    <packaging>jar</packaging>
    <version>3.1.0.Final</version>
    <name>JBoss VFS</name>
    <url>http://www.jboss.org</url>
    <description>A VFS library</description>

    <licenses>
        <license>
            <name>lgpl</name>
            <url>http://repository.jboss.org/licenses/lgpl.txt</url>
        </license>
    </licenses>

    <organization>
        <name>JBoss, A division of Red Hat, Inc</name>
        <url>http://www.jboss.org</url>
    </organization>

    <properties>
        <version.jboss.logging>3.0.0.CR1</version.jboss.logging>
        <version.jboss.test>1.1.5.GA</version.jboss.test>
        <version.junit>4.4</version.junit>
    </properties>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.4.3</version>
                <configuration>
                    <forkMode>always</forkMode>
                    <!-- required to correctly run the PojoServer tests -->
                    <useSystemClassLoader>true</useSystemClassLoader>
                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
                    <testFailureIgnore>true</testFailureIgnore>
                </configuration>
            </plugin>
        </plugins>

        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-idea-plugin</artifactId>
                    <version>2.2</version>
                    <configuration>
                        <downloadSources>true</downloadSources>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>

    <dependencies>
        <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging</artifactId>
            <version>${version.jboss.logging}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.jboss.test</groupId>
            <artifactId>jboss-test</artifactId>
            <version>${version.jboss.test}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>${version.junit}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.jboss</groupId>
   <artifactId>jboss-vfs</artifactId>
   <version>3.1.0.final</version>
</dependency>

Download

If you think the following jboss-vfs-3.1.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jboss-vfs-3.1.0.final.jar file




PreviousNext

Related