开源软件名称(OpenSource Name):arissa34/Android-Multi-Bluetooth-Library开源软件地址(OpenSource Url):https://github.com/arissa34/Android-Multi-Bluetooth-Library开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):Android-Multi-Bluetooth-LibraryThis library allows you to easily create a socket bluetooth connection for multiple android devices with one server and 7 clients max. This library is compatible with the Android SDK 2.3 to 8.0 For documentation and additional information see the website. DownloadDownload the latest JAR or grab via Maven: <dependencies>
<dependency>
<groupId>com.ramimartin.multibluetooth</groupId>
<artifactId>AndroidMultiBluetoothLibrary</artifactId>
<version>2.0.4-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>drgames</id>
<name>Drgames Ftp</name>
<url>http://drgames.fr/maven2</url>
</repository>
</repositories> or Gradle: repositories {
maven {
url "http://drgames.fr/maven2/"
}
mavenCentral()
}
dependencies {
compile 'com.ramimartin.multibluetooth:AndroidMultiBluetoothLibrary:2.0.4-SNAPSHOT'
}
This library is used in these applications :If you like this library please download and give me 5 stars ;) License
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论