| License |
License
The 2-Clause BSD License
|
|---|---|
| Categories |
CategoriesWire Data Data Structures |
| GroupId | GroupIdcom.gitee.l0km |
| ArtifactId | ArtifactIdsimplemq-openwire |
| Last Version | Last Version2.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsimplemq openwire implementation
simple message queue
|
| Filename | Size |
|---|---|
| simplemq-openwire-2.3.1.pom | |
| simplemq-openwire-2.3.1.jar | 8 KB |
| simplemq-openwire-2.3.1-sources.jar | 4 KB |
| simplemq-openwire-2.3.1-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-openwire/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>simplemq-openwire</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-openwire/
implementation 'com.gitee.l0km:simplemq-openwire:2.3.1'
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-openwire/
implementation ("com.gitee.l0km:simplemq-openwire:2.3.1")
'com.gitee.l0km:simplemq-openwire:jar:2.3.1'
<dependency org="com.gitee.l0km" name="simplemq-openwire" rev="2.3.1">
<artifact name="simplemq-openwire" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='simplemq-openwire', version='2.3.1')
)
libraryDependencies += "com.gitee.l0km" % "simplemq-openwire" % "2.3.1"
[com.gitee.l0km/simplemq-openwire "2.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.gitee.l0km : simplemq-jms | jar | 2.3.1 |
| org.apache.activemq : activemq-pool | jar | 5.14.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
| junit : junit | jar | 4.12 |