文件下载
文件名 操作
ble-0.0.4.pom 下载
ble-0.0.4-sources.jar 下载
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'
本项目依赖
该项目无第三方依赖