Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.samuelcampos |
ArtifactId | ArtifactIdusbdrivedetector |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
usbdrivedetector-2.0.1.pom | |
usbdrivedetector-2.0.1.jar | 22 KB |
usbdrivedetector-2.0.1-sources.jar | 18 KB |
usbdrivedetector-2.0.1-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.samuelcampos/usbdrivedetector/ -->
<dependency>
<groupId>net.samuelcampos</groupId>
<artifactId>usbdrivedetector</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.samuelcampos/usbdrivedetector/
implementation 'net.samuelcampos:usbdrivedetector:2.0.1'
// https://jarcasting.com/artifacts/net.samuelcampos/usbdrivedetector/
implementation ("net.samuelcampos:usbdrivedetector:2.0.1")
'net.samuelcampos:usbdrivedetector:jar:2.0.1'
<dependency org="net.samuelcampos" name="usbdrivedetector" rev="2.0.1">
<artifact name="usbdrivedetector" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.samuelcampos', module='usbdrivedetector', version='2.0.1')
)
libraryDependencies += "net.samuelcampos" % "usbdrivedetector" % "2.0.1"
[net.samuelcampos/usbdrivedetector "2.0.1"]