d

dmx-spring-boot-starter-websocket

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