libusb4java-darwin-aarch64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.dsheirer</groupId> <artifactId>libusb4java-darwin-aarch64</artifactId> <version>1.3.1</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.dsheirer</groupId> <artifactId>libusb4java-darwin-aarch64</artifactId> <version>1.3.1</version> <name>usb4java native library for OSX M1</name> <description>Native library for OSX M1</description> <url>https://github.com/DSheirer/sdrtrunk</url> <licenses> <license> <name>GNU General Public License, Version 3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> </license> </licenses> <developers> <developer> <id>dsheirer</id> <name>Dennis Sheirer</name> <email>dsheirer@sonatype.com</email> <organizationUrl>https://github.com/DSheirer</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/DSheirer/sdrtrunk.git</connection> <developerConnection>scm:git:ssh://github.com/DSheirer/sdrtrunk.git</developerConnection> <url>https://github.com/DSheirer/sdrtrunk/tree/master</url> </scm> </project>