Download mq-core-1.0.0.jar file - Jar m

Jar examples for m:mq-core

Description

Core interfaces for a message bus based on topics, and an in-process implementation.

You can download jar file mq-core 1.0.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add mq-core-1.0.0.jar to your project.

<dependency>
   <groupId>com.kolibrifx.mq</groupId>
   <artifactId>mq-core</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.kolibrifx.mq', name: 'mq-core', version: '1.0.0'
libraryDependencies += "com.kolibrifx.mq" % "mq-core" % "1.0.0"
<dependency org="com.kolibrifx.mq" name="mq-core" rev="1.0.0"/>
@Grapes(@Grab(group='com.kolibrifx.mq', module='mq-core', version='1.0.0'))
'com.kolibrifx.mq:mq-core:jar:1.0.0'

Download

Click the following link to download the jar file.

mq-core-1.0.0-javadoc.jar
mq-core-1.0.0-sources.jar
mq-core-1.0.0.jar
mq-core-1.0.0.pom



Related Tutorials