You can download xnio-nio-3.3.4.final.jar in this page.
Open Source License
xnio-nio-3.3.4.final.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/org.jboss.xnio/xnio-nio/pom.properties META-INF/maven/org.jboss.xnio/xnio-nio/pom.xml META-INF/services/org.xnio.XnioProvider org.xnio.nio.AbstractNioChannel.class org.xnio.nio.AbstractNioStreamConnection.class org.xnio.nio.ChannelClosed.class org.xnio.nio.Log.class org.xnio.nio.NioHandle.class org.xnio.nio.NioPipeSinkConduit.class org.xnio.nio.NioPipeSourceConduit.class org.xnio.nio.NioPipeStreamConnection.class org.xnio.nio.NioSocketConduit.class org.xnio.nio.NioSocketStreamConnection.class org.xnio.nio.NioTcpServer.class org.xnio.nio.NioTcpServerHandle.class org.xnio.nio.NioUdpChannel.class org.xnio.nio.NioUdpChannelHandle.class org.xnio.nio.NioXnio.class org.xnio.nio.NioXnioProvider.class org.xnio.nio.NioXnioWorker.class org.xnio.nio.QueuedNioTcpServer.class org.xnio.nio.QueuedNioTcpServerHandle.class org.xnio.nio.SelectorUtils.class org.xnio.nio.Version.class org.xnio.nio.WatchServiceFileSystemWatcher.class org.xnio.nio.WorkerThread.class org/xnio/nio/Log.i18n.properties org/xnio/nio/Version.properties
xnio-nio-3.3.4.final.pom file content.
<!-- ~ JBoss, Home of Professional Open Source ~ ~ Copyright 2014 Red Hat, Inc. and/or its affiliates. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <name>XNIO NIO Implementation</name> <description>The NIO implementation of the XNIO project</description> <artifactId>xnio-nio</artifactId> <packaging>jar</packaging> <parent> <groupId>org.jboss.xnio</groupId> <artifactId>xnio-all</artifactId> <version>3.3.4.Final</version> </parent> <properties> <test.level>INFO</test.level> <xnio.nio.old-locking>false</xnio.nio.old-locking> <xnio.nio.selector.main/> <xnio.nio.selector.temp/> <xnio.nio.selector.provider/> </properties> <dependencies> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> <!-- Not part of the API, so set as "provided" --> <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-processor</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-annotations</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss.xnio</groupId> <artifactId>xnio-api</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.logmanager</groupId> <artifactId>jboss-logmanager</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.byteman</groupId> <artifactId>byteman</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.byteman</groupId> <artifactId>byteman-bmunit</artifactId> <scope>test</scope> <exclusions> <exclusion> <artifactId>testng</artifactId> <groupId>org.testng</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jboss.byteman</groupId> <artifactId>byteman-install</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>${project.basedir}/src/main/resources</directory> <filtering>true</filtering> </resource> </resources> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> <mainClass>org.xnio.nio.Version</mainClass> </manifest> <manifestEntries> <Jar-Version>${project.version}</Jar-Version> <Jar-Name>${project.artifactId}</Jar-Name> </manifestEntries> </archive> </configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemProperties> <property> <name>java.util.logging.manager</name> <value>org.jboss.logmanager.LogManager</value> </property> <property> <name>test.level</name> <value>${test.level}</value> </property> <property> <name>xnio.nio.selector.main</name> <value>${xnio.nio.selector.main}</value> </property> <property> <name>xnio.nio.selector.temp</name> <value>${xnio.nio.selector.temp}</value> </property> <property> <name>xnio.nio.selector.provider</name> <value>${xnio.nio.selector.provider}</value> </property> <property> <name>xnio.nio.old-locking</name> <value>${xnio.nio.old-locking}</value> </property> </systemProperties> <enableAssertions>true</enableAssertions> <redirectTestOutputToFile>true</redirectTestOutputToFile> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.jboss.xnio</groupId> <artifactId>xnio-nio</artifactId> <version>3.3.4.final</version> </dependency>
If you think the following xnio-nio-3.3.4.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download xnio-nio-3.3.4.final.jar file