pni-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.vproxy</groupId>
<artifactId>pni-api</artifactId>
<version>21.0.0.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.vproxy</groupId>
<artifactId>pni-api</artifactId>
<version>21.0.0.7</version>
<name>io.vproxy.pni-api</name>
<description>panama native interface api</description>
<url>https://vproxy.io</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/vproxy-tools/panama-native-interface/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>wkgcass</id>
<name>K.G. Wang</name>
<email>wkgcass@hotmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/vproxy-tools/panama-native-interface.git</connection>
<developerConnection>scm:git:git://github.com/vproxy-tools/panama-native-interface.git</developerConnection>
<url>https://github.com/vproxy-tools/panama-native-interface</url>
</scm>
</project>