组织ID: |
com.kohlschutter.junixsocket |
项目ID: |
junixsocket-common |
版本: |
2.0.4 |
最后修改时间: |
2018-07-25 17:54:04 |
包类型: |
jar |
标题: |
junixsocket-common |
大小: |
17.79KB |
|
Maven引入代码: |
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-common</artifactId>
<version>2.0.4</version>
</dependency>
|
Gradle引入代码: |
com.kohlschutter.junixsocket:junixsocket-common:2.0.4
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>junixsocket-common</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-common</name>
<properties>
<kohlschutter.project.base.directory>${project.parent.basedir}</kohlschutter.project.base.directory>
</properties>
<build>
<plugins>
<plugin>
<groupId>com.github.maven-nar</groupId>
<artifactId>nar-maven-plugin</artifactId>
<version>3.2.0</version>
<extensions>true</extensions>
<configuration>
<libraries>
<library>
<type>jni</type>
<narSystemPackage>org.newsclub.net.unix</narSystemPackage>
</library>
</libraries>
<javah>
<jniDirectory>${kohlschutter.project.base.directory}/junixsocket-native/src/main/c</jniDirectory>
</javah>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.newsclub.net.unix.AFUNIXServerSocket$1.class
org.newsclub.net.unix.AFUNIXServerSocket.class
org.newsclub.net.unix.AFUNIXSocket.class
org.newsclub.net.unix.AFUNIXSocketAddress.class
org.newsclub.net.unix.AFUNIXSocketException.class
org.newsclub.net.unix.AFUNIXSocketImpl$1.class
org.newsclub.net.unix.AFUNIXSocketImpl$AFUNIXInputStream.class
org.newsclub.net.unix.AFUNIXSocketImpl$AFUNIXOutputStream.class
org.newsclub.net.unix.AFUNIXSocketImpl$Lenient.class
org.newsclub.net.unix.AFUNIXSocketImpl.class
org.newsclub.net.unix.NativeUnixSocket.class
META-INF/maven/com.kohlschutter.junixsocket/junixsocket-common/pom.xml
META-INF/maven/com.kohlschutter.junixsocket/junixsocket-common/pom.properties
|
依赖Jar: |
|