License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.samuelcampos |
ArtifactId | ArtifactIdusbdrivedetector |
Version | Version2.1.1 |
Type | Typejar |
Description |
DescriptionUSB 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 |
Filename | Size |
---|---|
usbdrivedetector-2.1.1.pom | |
usbdrivedetector-2.1.1.jar | 33 KB |
usbdrivedetector-2.1.1-sources.jar | 23 KB |
usbdrivedetector-2.1.1-javadoc.jar | 129 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.28 |