License |
License |
---|---|
GroupId | GroupIdorg.sputnikdev |
ArtifactId | ArtifactIdbluetooth-gatt-parser |
Version | Version1.9.4 |
Type | Typejar |
Description |
Descriptionorg.sputnikdev:bluetooth-gatt-parser
A simple library/framework to work with Bluetooth Smart (BLE) GATT services and characteristics.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationSputnik Dev |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bluetooth-gatt-parser-1.9.4.pom | |
bluetooth-gatt-parser-1.9.4.jar | 282 KB |
bluetooth-gatt-parser-1.9.4-sources.jar | 268 KB |
bluetooth-gatt-parser-1.9.4-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sputnikdev/bluetooth-gatt-parser/ -->
<dependency>
<groupId>org.sputnikdev</groupId>
<artifactId>bluetooth-gatt-parser</artifactId>
<version>1.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.sputnikdev/bluetooth-gatt-parser/
implementation 'org.sputnikdev:bluetooth-gatt-parser:1.9.4'
// https://jarcasting.com/artifacts/org.sputnikdev/bluetooth-gatt-parser/
implementation ("org.sputnikdev:bluetooth-gatt-parser:1.9.4")
'org.sputnikdev:bluetooth-gatt-parser:jar:1.9.4'
<dependency org="org.sputnikdev" name="bluetooth-gatt-parser" rev="1.9.4">
<artifact name="bluetooth-gatt-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sputnikdev', module='bluetooth-gatt-parser', version='1.9.4')
)
libraryDependencies += "org.sputnikdev" % "bluetooth-gatt-parser" % "1.9.4"
[org.sputnikdev/bluetooth-gatt-parser "1.9.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
com.thoughtworks.xstream : xstream | jar | 1.4.7 |
com.google.code.gson : gson | jar | 2.7 |
commons-beanutils : commons-beanutils | jar | 1.9.3 |
com.google.guava : guava | jar | 18.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.slf4j : slf4j-simple | jar | 1.7.21 |
org.mockito : mockito-all | jar | 1.10.19 |
org.powermock : powermock-module-junit4 | jar | 1.7.3 |
org.powermock : powermock-api-mockito | jar | 1.7.3 |