mq-core

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

License

License

GroupId

GroupId

com.kolibrifx.mq
ArtifactId

ArtifactId

mq-core
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download mq-core

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
log4j : log4j jar 1.2.14
org.apache.commons : commons-lang3 jar 3.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0