All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.usb.java-does-usb.1.1.2.source-code.module-info Maven / Gradle / Ivy

//
// Java Does USB
// Copyright (c) 2022 Manuel Bleichenbacher
// Licensed under MIT License
// https://opensource.org/licenses/MIT
//

/**
 * Java Does USB – work with USB devices
 */
module net.codecrete.usb {
    requires org.jetbrains.annotations;
    exports net.codecrete.usb;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy