Last Version

USB Drive Dectector 1.0.2

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

License

License

Categories

Categories

Net
GroupId

GroupId

net.samuelcampos
ArtifactId

ArtifactId

usbdrivedectector
Version

Version

1.0.2
Type

Type

jar
Description

Description

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).
Source Code Management

Source Code Management

http://github.com/samuelcampos/usbdrivedetector/

Download usbdrivedectector 1.0.2


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.18

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.