openzl-jni
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.hybledav</groupId>
<artifactId>openzl-jni</artifactId>
<version>0.1.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.hybledav</groupId>
<artifactId>openzl-jni</artifactId>
<version>0.1.7</version>
<name>OpenZL JNI Bindings</name>
<description>Java bindings for the OpenZL compressor via JNI.</description>
<url>https://github.com/hybledav/openzl-jni</url>
<licenses>
<license>
<name>BSD-3-Clause</name>
<url>https://opensource.org/license/bsd-3-clause/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>hybledav</name>
<organization>hybledav</organization>
<organizationUrl>https://github.com/hybledav</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/hybledav/openzl-jni.git</connection>
<developerConnection>scm:git:ssh://git@github.com/hybledav/openzl-jni.git</developerConnection>
<url>https://github.com/hybledav/openzl-jni</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.9.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>