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