Categories |
CategoriesCLI User Interface Search Business Logic Libraries |
---|---|
GroupId | GroupIdcom.github.research-virtualfortknox |
ArtifactId | ArtifactIdmsb-client-websocket |
Version | Version1.0.5-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.research-virtualfortknox/msb-client-websocket/ -->
<dependency>
<groupId>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-websocket</artifactId>
<version>1.0.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.research-virtualfortknox/msb-client-websocket/
implementation 'com.github.research-virtualfortknox:msb-client-websocket:1.0.5-RELEASE'
// https://jarcasting.com/artifacts/com.github.research-virtualfortknox/msb-client-websocket/
implementation ("com.github.research-virtualfortknox:msb-client-websocket:1.0.5-RELEASE")
'com.github.research-virtualfortknox:msb-client-websocket:jar:1.0.5-RELEASE'
<dependency org="com.github.research-virtualfortknox" name="msb-client-websocket" rev="1.0.5-RELEASE">
<artifact name="msb-client-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.research-virtualfortknox', module='msb-client-websocket', version='1.0.5-RELEASE')
)
libraryDependencies += "com.github.research-virtualfortknox" % "msb-client-websocket" % "1.0.5-RELEASE"
[com.github.research-virtualfortknox/msb-client-websocket "1.0.5-RELEASE"]