License |
License |
---|---|
GroupId | GroupIdcom.artfii.amq |
ArtifactId | ArtifactIdamq-pro |
Version | Version0.0.6 |
Type | Typejar |
Description |
DescriptionArtfii-mq(AMQ), Is an extremely lightweight, minimally dependent MQ system. It features easy to use, high performance, and low hardware requirements.
|
Filename | Size |
---|---|
amq-pro-0.0.6.pom | |
amq-pro-0.0.6.jar | 12 KB |
amq-pro-0.0.6-sources.jar | 8 KB |
amq-pro-0.0.6-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.artfii.amq/amq-pro/ -->
<dependency>
<groupId>com.artfii.amq</groupId>
<artifactId>amq-pro</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.artfii.amq/amq-pro/
implementation 'com.artfii.amq:amq-pro:0.0.6'
// https://jarcasting.com/artifacts/com.artfii.amq/amq-pro/
implementation ("com.artfii.amq:amq-pro:0.0.6")
'com.artfii.amq:amq-pro:jar:0.0.6'
<dependency org="com.artfii.amq" name="amq-pro" rev="0.0.6">
<artifact name="amq-pro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artfii.amq', module='amq-pro', version='0.0.6')
)
libraryDependencies += "com.artfii.amq" % "amq-pro" % "0.0.6"
[com.artfii.amq/amq-pro "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.artfii.amq : amq-core | jar | 0.0.6 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.slf4j : slf4j-api | jar | 1.7.25 |
joda-time : joda-time | jar | 2.9.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |