github developersu/ns-usbloader v0.2.3-DEV
macOS other then Mojave

latest releases: v7.1, v7.0, v6.1...
pre-release5 years ago

ONLY if you are macOS user who have Sierra/High Sierra or anything lower then 'Mojave', use this .jar file.

Other users, see green label 'Latest release': https://github.com/developersu/ns-usbloader/releases/

Source code attached could be incorrect.

If you want to build working app by yourself:

  • Grab source from release or git clone
  • Replace section in pom.xml
    <dependency>
    <groupId>org.usb4java</groupId>
    <artifactId>usb4java</artifactId>
    <version>1.3.0</version>
    <scope>compile</scope>
    </dependency>
    to
    <dependency>
    <groupId>org.usb4java</groupId>
    <artifactId>usb4java</artifactId>
    <version>1.2.0</version>
    <scope>compile</scope>
    </dependency>
  • Build using Maven mvn -B -DskipTests clean package

Don't miss a new ns-usbloader release

NewReleases is sending notifications on new releases.