组织ID: |
com.kohlschutter.junixsocket |
项目ID: |
junixsocket-common |
版本: |
2.2.1 |
最后修改时间: |
2019-11-27 14:53:46 |
包类型: |
jar |
标题: |
junixsocket-common |
描述: |
The public, core API |
大小: |
74.75KB |
|
Maven引入代码: |
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-common</artifactId>
<version>2.2.1</version>
</dependency>
|
Gradle引入代码: |
com.kohlschutter.junixsocket:junixsocket-common:2.2.1
|
下载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.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-common</name>
<properties>
<kohlschutter.project.base.directory>${project.parent.basedir}</kohlschutter.project.base.directory>
<kohlschutter.parent.directory>${project.parent.parent.basedir}</kohlschutter.parent.directory>
<junixsocket.custom.arch></junixsocket.custom.arch>
</properties>
<description>The public, core API</description>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<!-- Build JNI headers automatically -->
<configuration>
<compilerArgs>
<arg>-h</arg>
<arg>${kohlschutter.project.base.directory}/junixsocket-native/src/main/c</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-native-common</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-native-custom</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<classifier>${junixsocket.custom.arch}</classifier>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.newsclub.net.unix.AFUNIXSocketCapability.class
org.newsclub.net.unix.NativeLibraryLoader$StandardLibraryCandidate.class
META-INF.versions.9.org.newsclub.net.unix.NativeUnixSocket.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXSocketFactory$DefaultSocketHostnameSocketFactory.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXServerSocket.class
org.newsclub.net.unix.AFUNIXSocketImpl$1.class
org.newsclub.net.unix.AFUNIXSocketImpl$AFUNIXOutputStream.class
org.newsclub.net.unix.AFUNIXSocketFactory$URIScheme.class
org.newsclub.net.unix.AFUNIXSocketImpl$AFUNIXInputStream.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXSocketFactory.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXSocketFactory$1.class
org.newsclub.net.unix.AFUNIXSocketImpl$Lenient.class
org.newsclub.net.unix.AFUNIXServerSocket.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXSocketImpl$Lenient.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXSocketImpl$AFUNIXOutputStream.class
META-INF.versions.9.org.newsclub.net.unix.NativeLibraryLoader$StandardLibraryCandidate.class
org.newsclub.net.unix.AFUNIXSocketFactory$FactoryArg.class
org.newsclub.net.unix.NativeLibraryLoader$ClasspathLibraryCandidate.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXSocketFactory$FactoryArg.class
META-INF.versions.9.org.newsclub.net.unix.NativeLibraryLoader$LibraryCandidate.class
META-INF.versions.9.org.newsclub.net.unix.NativeLibraryLoader$ClasspathLibraryCandidate.class
META-INF.versions.9.org.newsclub.net.unix.NativeLibraryLoader.class
META-INF.versions.9.module-info.class
module-info.class
META-INF/maven/com.kohlschutter.junixsocket/junixsocket-common/pom.properties
org.newsclub.net.unix.AFUNIXSocketFactory.class
org.newsclub.net.unix.AFUNIXSocketFactory$1.class
org.newsclub.net.unix.AFUNIXSocketFactory$SystemProperty.class
org.newsclub.net.unix.AFUNIXSocketImpl.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXSocketFactory$URIScheme.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXSocketFactory$SystemProperty.class
org.newsclub.net.unix.NativeUnixSocket.class
org.newsclub.net.unix.AFUNIXSocketAddress.class
org.newsclub.net.unix.AFUNIXSocketFactory$DefaultSocketHostnameSocketFactory.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXSocketCapability.class
META-INF.versions.9.org.newsclub.net.unix.SuppressFBWarnings.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXSocketImpl$AFUNIXInputStream.class
META-INF.versions.9.org.newsclub.net.unix.AFUNIXSocketImpl.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junixsocket-native-common-${project.version}.jar
/com.kohlschutter.junixsocket/junixsocket-native-common/${project.version}
查看junixsocket-native-common所有版本文件
junixsocket-native-custom-${project.version}.jar
/com.kohlschutter.junixsocket/junixsocket-native-custom/${project.version}
查看junixsocket-native-custom所有版本文件
|