GroupId | GroupIdme.aflak.libraries |
---|---|
ArtifactId | ArtifactIdbluetooth |
Version | Version1.3.8 |
Type | Typeaar |
Filename | Size |
---|---|
bluetooth-1.3.8.pom | |
bluetooth-1.3.8.aar | 38 KB |
bluetooth-1.3.8-sources.jar | 8 KB |
bluetooth-1.3.8-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.aflak.libraries/bluetooth/ -->
<dependency>
<groupId>me.aflak.libraries</groupId>
<artifactId>bluetooth</artifactId>
<version>1.3.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.aflak.libraries/bluetooth/
implementation 'me.aflak.libraries:bluetooth:1.3.8'
// https://jarcasting.com/artifacts/me.aflak.libraries/bluetooth/
implementation ("me.aflak.libraries:bluetooth:1.3.8")
'me.aflak.libraries:bluetooth:aar:1.3.8'
<dependency org="me.aflak.libraries" name="bluetooth" rev="1.3.8">
<artifact name="bluetooth" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.aflak.libraries', module='bluetooth', version='1.3.8')
)
libraryDependencies += "me.aflak.libraries" % "bluetooth" % "1.3.8"
[me.aflak.libraries/bluetooth "1.3.8"]