License |
License |
---|---|
GroupId | GroupIdcom.kolibrifx.mq |
ArtifactId | ArtifactIdmq-core |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmq-core
Core interfaces for a message bus based on topics, and an in-process implementation.
|
Filename | Size |
---|---|
mq-core-1.0.0.pom | |
mq-core-1.0.0.jar | 21 KB |
mq-core-1.0.0-sources.jar | 10 KB |
mq-core-1.0.0-javadoc.jar | 67 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.14 |
org.apache.commons : commons-lang3 | jar | 3.1 |