| License |
License |
|---|---|
| GroupId | GroupIdcom.artfii.amq |
| ArtifactId | ArtifactIdact |
| Version | Version0.0.3-snapshot |
| 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 |
|---|---|
| act-0.0.3-snapshot.pom | |
| act-0.0.3-snapshot.jar | 8 KB |
| act-0.0.3-snapshot-sources.jar | 6 KB |
| act-0.0.3-snapshot-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.artfii.amq/act/ -->
<dependency>
<groupId>com.artfii.amq</groupId>
<artifactId>act</artifactId>
<version>0.0.3-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/com.artfii.amq/act/
implementation 'com.artfii.amq:act:0.0.3-snapshot'
// https://jarcasting.com/artifacts/com.artfii.amq/act/
implementation ("com.artfii.amq:act:0.0.3-snapshot")
'com.artfii.amq:act:jar:0.0.3-snapshot'
<dependency org="com.artfii.amq" name="act" rev="0.0.3-snapshot">
<artifact name="act" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artfii.amq', module='act', version='0.0.3-snapshot')
)
libraryDependencies += "com.artfii.amq" % "act" % "0.0.3-snapshot"
[com.artfii.amq/act "0.0.3-snapshot"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.actframework : act | jar | 1.8.21 |
| com.artfii.amq : amq-core | jar | 0.0.3-snapshot |
| 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 |
| org.osgl : osgl-tool | jar | 1.19.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |