License |
License |
---|---|
GroupId | GroupIdcom.akexorcist |
ArtifactId | ArtifactIdbluetoothspp |
Version | Version1.0.0 |
Type | Typeaar |
Description |
DescriptionBluetoothSPPLibrary
Bluetooth Serial Port Profile Library. Easy for your bluetooth communication.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bluetoothspp-1.0.0.pom | |
bluetoothspp-1.0.0.aar | 26 KB |
bluetoothspp-1.0.0-sources.jar | 11 KB |
bluetoothspp-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.akexorcist/bluetoothspp/ -->
<dependency>
<groupId>com.akexorcist</groupId>
<artifactId>bluetoothspp</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.akexorcist/bluetoothspp/
implementation 'com.akexorcist:bluetoothspp:1.0.0'
// https://jarcasting.com/artifacts/com.akexorcist/bluetoothspp/
implementation ("com.akexorcist:bluetoothspp:1.0.0")
'com.akexorcist:bluetoothspp:aar:1.0.0'
<dependency org="com.akexorcist" name="bluetoothspp" rev="1.0.0">
<artifact name="bluetoothspp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.akexorcist', module='bluetoothspp', version='1.0.0')
)
libraryDependencies += "com.akexorcist" % "bluetoothspp" % "1.0.0"
[com.akexorcist/bluetoothspp "1.0.0"]