is not current version
Last Version 2.1.1

net.samuelcampos:usbdrivedetector 2.0.4

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).

Categories

Categories

Net
GroupId

GroupId

net.samuelcampos
ArtifactId

ArtifactId

usbdrivedetector
Version

Version

2.0.4
Type

Type

jar

Download usbdrivedetector 2.0.4


<!-- https://jarcasting.com/artifacts/net.samuelcampos/usbdrivedetector/ -->
<dependency>
    <groupId>net.samuelcampos</groupId>
    <artifactId>usbdrivedetector</artifactId>
    <version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.samuelcampos/usbdrivedetector/
implementation 'net.samuelcampos:usbdrivedetector:2.0.4'
// https://jarcasting.com/artifacts/net.samuelcampos/usbdrivedetector/
implementation ("net.samuelcampos:usbdrivedetector:2.0.4")
'net.samuelcampos:usbdrivedetector:jar:2.0.4'
<dependency org="net.samuelcampos" name="usbdrivedetector" rev="2.0.4">
  <artifact name="usbdrivedetector" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.samuelcampos', module='usbdrivedetector', version='2.0.4')
)
libraryDependencies += "net.samuelcampos" % "usbdrivedetector" % "2.0.4"
[net.samuelcampos/usbdrivedetector "2.0.4"]