jna
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>one.gfw</groupId>
<artifactId>jna</artifactId>
<version>5.13.0</version>
</dependency><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>
<groupId>one.gfw</groupId>
<artifactId>jna</artifactId>
<version>5.13.0</version>
<packaging>jar</packaging>
<name>Java Native Access</name>
<description>Java Native Access</description>
<url>https://github.com/java-native-access/jna</url>
<licenses>
<license>
<name>The 3-Clause BSD License</name>
<url>https://opensource.org/licenses/BSD-3-Clause</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<tag>master</tag>
<url>git@github.com:oneingfw/wtfdb.git</url>
<connection>scm:git:git@github.com:oneingfw/wtfdb.git</connection>
<developerConnection>scm:git:git@github.com:oneingfw/wtfdb.git</developerConnection>
</scm>
<developers>
<developer>
<name>OneInGfw</name>
<email>oneingfw@gfw.one</email>
<organization>OneInGfw</organization>
</developer>
</developers>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>