Files download
File Operation
ble-0.0.4.pom download
ble-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.luning-l</groupId>
  <artifactId>ble</artifactId>
  <version>0.0.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.luning-l:ble:0.0.4'
Gradle Kotlin
implementation("com.github.luning-l:ble:0.0.4")
Scala SBT
libraryDependencies += "com.github.luning-l" % "ble" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luning-l', module='ble', version='0.0.4')
)
Apache Ivy
<dependency org="com.github.luning-l" name="ble" rev="0.0.4" />
Leiningen
[com.github.luning-l/ble "0.0.4"]
Apache Buildr
'com.github.luning-l:ble:jar:0.0.4'
Dependencies
The project has no third-party dependencies