MVN

net.samuelcampos : usbdrivedectector

Maven & Gradle

Mar 17, 2016
123 stars

USB Drive Dectector · 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>usbdrivedectector</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

Version Vulnerabilities Updated
1.0.x
usbdrivedectector-1.0.2
usbdrivedectector-1.0.1
usbdrivedectector-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.samuelcampos</groupId>
    <artifactId>usbdrivedectector</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.samuelcampos:usbdrivedectector:1.0.2'

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

implementation("net.samuelcampos:usbdrivedectector:1.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.samuelcampos" % "usbdrivedectector" % "1.0.2"

Advertisement