is not current version
Last Version 1.0.2

net.samuelcampos:usbdrivedectector 1.0.0

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

usbdrivedectector
Version

Version

1.0.0
Type

Type

jar

Download usbdrivedectector 1.0.0


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