Last Version

USB Drive Detector 2.1.1

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

usbdrivedetector
Version

Version

2.1.1
Type

Type

jar
Description

Description

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

Source Code Management

https://github.com/samuelcampos/usbdrivedetector/

Download usbdrivedetector 2.1.1


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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.28
com.github.tuupertunut : powershell-lib-java jar 2.0.0
org.projectlombok : lombok Optional jar 1.18.10

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-simple jar 1.7.28

Project Modules

There are no modules declared in this project.