MVN

net.samuelcampos : usbdrivedetector

Maven & Gradle

Aug 05, 2022
123 stars

USB Drive Detector · A Java library to get a list of all usb storage devices connected to the computer. It works on the three main operating systems (Windows, Linux and OS X).

<dependency>
    <groupId>net.samuelcampos</groupId>
    <artifactId>usbdrivedetector</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.samuelcampos : usbdrivedetector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of net.samuelcampos : usbdrivedetector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
usbdrivedetector-2.2.1
2.1.x
usbdrivedetector-2.1.1
usbdrivedetector-2.1.0
2.0.x
usbdrivedetector-2.0.4
usbdrivedetector-2.0.2
usbdrivedetector-2.0.1
usbdrivedetector-2.0.0

How to add a dependency to Maven

Add the following net.samuelcampos : usbdrivedetector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.samuelcampos</groupId>
    <artifactId>usbdrivedetector</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.samuelcampos : usbdrivedetector gradle dependency to your build.gradle file:

implementation 'net.samuelcampos:usbdrivedetector:2.2.1'

Gradle Kotlin DSL: Add the following net.samuelcampos : usbdrivedetector gradle kotlin dependency to your build.gradle.kts file:

implementation("net.samuelcampos:usbdrivedetector:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.samuelcampos : usbdrivedetector sbt scala dependency to your build.sbt file:

libraryDependencies += "net.samuelcampos" % "usbdrivedetector" % "2.2.1"