m

msb-client-websocket

Client library to facilitate integration with the Manufacturing Service Bus
https://research.virtualfortknox.de
Apache License, Version 2.0
Fraunhofer IPA
Files download
File Operation
msb-client-websocket-1.0.7-RELEASE.jar download
msb-client-websocket-1.0.7-RELEASE.pom download
msb-client-websocket-1.0.7-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.research-virtualfortknox</groupId>
  <artifactId>msb-client-websocket</artifactId>
  <version>1.0.7-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.research-virtualfortknox:msb-client-websocket:1.0.7-RELEASE'
Gradle Kotlin
implementation("com.github.research-virtualfortknox:msb-client-websocket:1.0.7-RELEASE")
Scala SBT
libraryDependencies += "com.github.research-virtualfortknox" % "msb-client-websocket" % "1.0.7-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.research-virtualfortknox', module='msb-client-websocket', version='1.0.7-RELEASE')
)
Apache Ivy
<dependency org="com.github.research-virtualfortknox" name="msb-client-websocket" rev="1.0.7-RELEASE" />
Leiningen
[com.github.research-virtualfortknox/msb-client-websocket "1.0.7-RELEASE"]
Apache Buildr
'com.github.research-virtualfortknox:msb-client-websocket:jar:1.0.7-RELEASE'