f

fastboot-websocket

websocket for fastboot
文件下载
文件名 操作
fastboot-websocket-2.9.6.jar 下载
fastboot-websocket-2.9.6.pom 下载
fastboot-websocket-2.9.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.stylesmile</groupId>
  <artifactId>fastboot-websocket</artifactId>
  <version>2.9.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.stylesmile:fastboot-websocket:2.9.6'
Gradle Kotlin
implementation("io.github.stylesmile:fastboot-websocket:2.9.6")
Scala SBT
libraryDependencies += "io.github.stylesmile" % "fastboot-websocket" % "2.9.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.stylesmile', module='fastboot-websocket', version='2.9.6')
)
Apache Ivy
<dependency org="io.github.stylesmile" name="fastboot-websocket" rev="2.9.6" />
Leiningen
[io.github.stylesmile/fastboot-websocket "2.9.6"]
Apache Buildr
'io.github.stylesmile:fastboot-websocket:jar:2.9.6'