ibm-mq-client
IBM Message Queue kafka rest client written in kotlin
| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.lindar | 
| ArtifactId | ArtifactIdibm-mq-client | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionIBM MQ Client IBM Message Queue client using their Kafka REST API | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| ibm-mq-client-1.0.1.pom | |
| ibm-mq-client-1.0.1.jar | 19 KB | 
| ibm-mq-client-1.0.1-sources.jar | 6 KB | 
| ibm-mq-client-1.0.1-javadoc.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.lindar/ibm-mq-client/ -->
<dependency>
    <groupId>com.lindar</groupId>
    <artifactId>ibm-mq-client</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.lindar/ibm-mq-client/
implementation 'com.lindar:ibm-mq-client:1.0.1'// https://jarcasting.com/artifacts/com.lindar/ibm-mq-client/
implementation ("com.lindar:ibm-mq-client:1.0.1")'com.lindar:ibm-mq-client:jar:1.0.1'<dependency org="com.lindar" name="ibm-mq-client" rev="1.0.1">
  <artifact name="ibm-mq-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.lindar', module='ibm-mq-client', version='1.0.1')
)libraryDependencies += "com.lindar" % "ibm-mq-client" % "1.0.1"[com.lindar/ibm-mq-client "1.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.51 | 
| io.github.microutils : kotlin-logging | jar | 1.4.6 | 
| com.lindar : acolyte | jar | 1.3.5 | 
| com.lindar : well-rested-client | jar | 1.3.0 | 
IBM Message Queue kafka rest client written in kotlin