ScBuletoothLib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ikangtai.buletoothsdk</groupId> <artifactId>ScBuletoothLib</artifactId> <version>1.5.1.8</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.ikangtai.buletoothsdk</groupId> <artifactId>ScBuletoothLib</artifactId> <version>1.5.1.8</version> <packaging>aar</packaging> <name>ScBuletoothLib</name> <description>孕橙蓝牙sdk</description> <url>https://github.com/iKangtai/ScBluetoothSdkDemo_Android</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>xiongyl</id> <name>xiongyl</name> <email>xiongyl@ikangtai.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:iKangtai/ScBluetoothSdkDemo_Android.git</connection> <developerConnection>scm:git:ssh://github.com/iKangtai/ScBluetoothSdkDemo_Android.git</developerConnection> <url>https://github.com/iKangtai/ScBluetoothSdkDemo_Android/tree/master</url> </scm> <dependencies> <dependency> <groupId>no.nordicsemi.android.support.v18</groupId> <artifactId>scanner</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.11.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.11.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.11.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.11.0</version> </dependency> </dependencies> </project>