jnr-posix.
Common cross-project/cross-platform POSIX APIs.
Here is the list of declaration for jnr-posix. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.github.jnr</groupId> <artifactId>jnr-posix</artifactId> <version>3.0.1</version> </dependency>
If you think this Maven repository POM file listing for jnr-posix is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Common Public License - v 1.0
URL: http://www-128.ibm.com/developerworks/library/os-cpl.htmlName:GNU General Public License Version 2
URL: http://www.gnu.org/copyleft/gpl.htmlName:GNU Lesser General Public License Version 2.1
URL: http://www.gnu.org/licenses/lgpl.html.
The jnr-posix-3.0.1 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 4.11 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 2031 |
The following plugins are used in the jnr-posix-3.0.1.jar
The following packages are defined in the jnr-posix-3.0.1.jar
jnr.posix jnr.posix.util
Here is the content of the POM file.
<?xml version="1.0" ?> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>com.github.jnr</groupId> <artifactId>jnr-posix</artifactId> <packaging>jar</packaging> <version>3.0.1</version> <name>jnr-posix</name> <description> Common cross-project/cross-platform POSIX APIs </description> <issueManagement> <system>JIRA</system> <url>http://jira.codehaus.org/browse/JRUBY</url> </issueManagement> <scm> <connection>scm:git:git@github.com:jnr/jnr-posix.git</connection> <developerConnection>scm:git:git@github.com:jnr/jnr-posix.git</developerConnection> <url>git@github.com:jnr/jnr-posix.git</url> </scm> <licenses> <license> <name>Common Public License - v 1.0</name> <url>http://www-128.ibm.com/developerworks/library/os-cpl.html</url> <distribution>repo</distribution> </license> <license> <name>GNU General Public License Version 2</name> <url>http://www.gnu.org/copyleft/gpl.html</url> <distribution>repo</distribution> </license> <license> <name>GNU Lesser General Public License Version 2.1</name> <url>http://www.gnu.org/licenses/lgpl.html</url> <distribution>repo</distribution> </license> </licenses> <properties> <maven.test.failure.ignore>true</maven.test.failure.ignore> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.5</maven.compiler.source> <maven.compiler.target>1.5</maven.compiler.target> </properties> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.jnr</groupId> <artifactId>jnr-ffi</artifactId> <version>1.0.7</version> </dependency> <dependency> <groupId>com.github.jnr</groupId> <artifactId>jnr-constants</artifactId> <version>0.8.5</version> </dependency> </dependencies> <build> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav-jackrabbit</artifactId> <version>1.0-beta-7</version> </extension> </extensions> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>2.3.1</version> <configuration> <archive> <manifestFile>MANIFEST.MF</manifestFile> </archive> </configuration> </plugin> </plugins> </build> </project>