is not current version
Last Version 1.0.1

com.lindar:ibm-mq-client 1.0.0

IBM Message Queue client using their Kafka REST API

Categories

Categories

CLI User Interface
GroupId

GroupId

com.lindar
ArtifactId

ArtifactId

ibm-mq-client
Version

Version

1.0.0
Type

Type

jar

Download ibm-mq-client 1.0.0


<!-- https://jarcasting.com/artifacts/com.lindar/ibm-mq-client/ -->
<dependency>
    <groupId>com.lindar</groupId>
    <artifactId>ibm-mq-client</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lindar/ibm-mq-client/
implementation 'com.lindar:ibm-mq-client:1.0.0'
// https://jarcasting.com/artifacts/com.lindar/ibm-mq-client/
implementation ("com.lindar:ibm-mq-client:1.0.0")
'com.lindar:ibm-mq-client:jar:1.0.0'
<dependency org="com.lindar" name="ibm-mq-client" rev="1.0.0">
  <artifact name="ibm-mq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lindar', module='ibm-mq-client', version='1.0.0')
)
libraryDependencies += "com.lindar" % "ibm-mq-client" % "1.0.0"
[com.lindar/ibm-mq-client "1.0.0"]