GroupId | GroupIdorg.sputnikdev |
---|---|
ArtifactId | ArtifactIdbluetooth-utils |
Version | Version1.13 |
Type | Typejar |
Filename | Size |
---|---|
bluetooth-utils-1.13.pom | |
bluetooth-utils-1.13.jar | 9 KB |
bluetooth-utils-1.13-sources.jar | 6 KB |
bluetooth-utils-1.13-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sputnikdev/bluetooth-utils/ -->
<dependency>
<groupId>org.sputnikdev</groupId>
<artifactId>bluetooth-utils</artifactId>
<version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.sputnikdev/bluetooth-utils/
implementation 'org.sputnikdev:bluetooth-utils:1.13'
// https://jarcasting.com/artifacts/org.sputnikdev/bluetooth-utils/
implementation ("org.sputnikdev:bluetooth-utils:1.13")
'org.sputnikdev:bluetooth-utils:jar:1.13'
<dependency org="org.sputnikdev" name="bluetooth-utils" rev="1.13">
<artifact name="bluetooth-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sputnikdev', module='bluetooth-utils', version='1.13')
)
libraryDependencies += "org.sputnikdev" % "bluetooth-utils" % "1.13"
[org.sputnikdev/bluetooth-utils "1.13"]