d

dmx-spring-boot-starter-websocket

Files download
File Operation
dmx-spring-boot-starter-websocket-1.0.5.jar download
dmx-spring-boot-starter-websocket-1.0.5.pom download
dmx-spring-boot-starter-websocket-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.daimax</groupId>
  <artifactId>dmx-spring-boot-starter-websocket</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'cn.daimax:dmx-spring-boot-starter-websocket:1.0.5'
Gradle Kotlin
implementation("cn.daimax:dmx-spring-boot-starter-websocket:1.0.5")
Scala SBT
libraryDependencies += "cn.daimax" % "dmx-spring-boot-starter-websocket" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='cn.daimax', module='dmx-spring-boot-starter-websocket', version='1.0.5')
)
Apache Ivy
<dependency org="cn.daimax" name="dmx-spring-boot-starter-websocket" rev="1.0.5" />
Leiningen
[cn.daimax/dmx-spring-boot-starter-websocket "1.0.5"]
Apache Buildr
'cn.daimax:dmx-spring-boot-starter-websocket:jar:1.0.5'