License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.samuelcampos |
ArtifactId | ArtifactIdusbdrivedectector |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionUSB 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 |
Filename | Size |
---|---|
usbdrivedectector-1.0.2.pom | |
usbdrivedectector-1.0.2.jar | 19 KB |
usbdrivedectector-1.0.2-sources.jar | 13 KB |
usbdrivedectector-1.0.2-javadoc.jar | 88 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |