组织ID: |
com.kohlschutter.junixsocket |
项目ID: |
junixsocket-native-common |
版本: |
2.1.0 |
最后修改时间: |
2019-12-27 21:44:58 |
包类型: |
jar |
标题: |
junixsocket-native-common |
描述: |
Binaries of the native JNI library for common platforms |
大小: |
12.51KB |
|
Maven引入代码: |
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-native-common</artifactId>
<version>2.1.0</version>
</dependency>
|
Gradle引入代码: |
com.kohlschutter.junixsocket:junixsocket-native-common:2.1.0
|
下载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/maven-v4_0_0.xsd">
<parent>
<artifactId>junixsocket-parent</artifactId>
<groupId>com.kohlschutter.junixsocket</groupId>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>junixsocket-native-common</artifactId>
<name>junixsocket-native-common</name>
<description>Binaries of the native JNI library for common platforms</description>
<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>org.newsclub.lib.junixsocket.common</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<includes>
<include>com.kohlschutter.junixsocket:junixsocket-native</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>com.kohlschutter.junixsocket:junixsocket-native</artifact>
<includes>
<include>**/*.dylib</include>
<include>**/*.so</include>
<include>META-INF/**/pom.properties</include>
</includes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<transformers>
<transformer>
<file>${project.build.outputDirectory}/META-INF/versions/9/module-info.class</file>
<resource>module-info.class</resource>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>x86_64-MacOSX-gpp-jni</id>
<dependencies>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-native</artifactId>
<version>2.1.0</version>
<type>nar</type>
<classifier>x86_64-MacOSX-gpp-jni</classifier>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
</profile>
<profile>
<id>amd64-Linux-gpp-jni</id>
<dependencies>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-native</artifactId>
<version>${project.version}</version>
<type>nar</type>
<classifier>amd64-Linux-gpp-jni</classifier>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
</profile>
<profile>
<id>release</id>
<dependencies>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-native</artifactId>
<version>${project.version}</version>
<type>nar</type>
<classifier>x86_64-MacOSX-gpp-jni</classifier>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-native</artifactId>
<version>${project.version}</version>
<type>nar</type>
<classifier>amd64-Linux-gpp-jni</classifier>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
</profile>
<profile>
<id>eclipse-m2e</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>com.github.maven-nar</groupId>
<artifactId>nar-maven-plugin</artifactId>
<versionRange>[3.6.0,)</versionRange>
<goals>
<goal>nar-system-generate</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>3.1.10</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
<properties>
<kohlschutter.project.base.directory>${project.parent.basedir}</kohlschutter.project.base.directory>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.newsclub.lib.junixsocket.common.NarMetadata.class
META-INF.versions.9.org.newsclub.lib.junixsocket.common.NarMetadata.class
META-INF.versions.9.module-info.class
META-INF/maven/com.kohlschutter.junixsocket/junixsocket-native-common/pom.xml
META-INF/maven/com.kohlschutter.junixsocket/junixsocket-native-common/pom.properties
lib/x86_64-MacOSX-gpp/jni/libjunixsocket-native-2.1.0.dylib
module-info.class
|
依赖Jar: |
junixsocket-native-2.1.0.jar
/com.kohlschutter.junixsocket/junixsocket-native/2.1.0
查看junixsocket-native所有版本文件
|