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