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