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