gSTOMP-Client
A Groovy client library for connecting to a websocket STOMP interface.
Configuration
[TODO]
Usage
[TODO]
Contributions
All contributions are of course most welcome as this is an active project.
License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.bertramlabs.plugins |
ArtifactId | ArtifactIdgstomp-client |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongstomp-client
Provides a CLIENT STOMP Api for Groovy
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gstomp-client-0.8.1.pom | |
gstomp-client-0.8.1.jar | 47 KB |
gstomp-client-0.8.1-sources.jar | 12 KB |
gstomp-client-0.8.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.bertramlabs.plugins/gstomp-client/ -->
<dependency>
<groupId>com.bertramlabs.plugins</groupId>
<artifactId>gstomp-client</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bertramlabs.plugins/gstomp-client/
implementation 'com.bertramlabs.plugins:gstomp-client:0.8.1'
// https://jarcasting.com/artifacts/com.bertramlabs.plugins/gstomp-client/
implementation ("com.bertramlabs.plugins:gstomp-client:0.8.1")
'com.bertramlabs.plugins:gstomp-client:jar:0.8.1'
<dependency org="com.bertramlabs.plugins" name="gstomp-client" rev="0.8.1">
<artifact name="gstomp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bertramlabs.plugins', module='gstomp-client', version='0.8.1')
)
libraryDependencies += "com.bertramlabs.plugins" % "gstomp-client" % "0.8.1"
[com.bertramlabs.plugins/gstomp-client "0.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.2 |
org.apache.httpcomponents : httpcore | jar | 4.2 |
org.apache.httpcomponents : httpclient | jar | 4.2 |
javax.websocket : javax.websocket-client-api | jar | 1.1 |
org.glassfish.tyrus : tyrus-client | jar | 1.11 |
org.glassfish.tyrus : tyrus-container-grizzly-client | jar | 1.11 |
A Groovy client library for connecting to a websocket STOMP interface.
[TODO]
[TODO]
All contributions are of course most welcome as this is an active project.