License |
License |
---|---|
GroupId | GroupIdcom.github.combinedmq |
ArtifactId | ArtifactIdcombinedmq-spring |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCombinedMq Spring
Spring support for combinedmq
|
Project URL |
Project URL |
Filename | Size |
---|---|
combinedmq-spring-1.0.2.pom | |
combinedmq-spring-1.0.2.jar | 41 KB |
combinedmq-spring-1.0.2-sources.jar | 23 KB |
combinedmq-spring-1.0.2-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.combinedmq/combinedmq-spring/ -->
<dependency>
<groupId>com.github.combinedmq</groupId>
<artifactId>combinedmq-spring</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.combinedmq/combinedmq-spring/
implementation 'com.github.combinedmq:combinedmq-spring:1.0.2'
// https://jarcasting.com/artifacts/com.github.combinedmq/combinedmq-spring/
implementation ("com.github.combinedmq:combinedmq-spring:1.0.2")
'com.github.combinedmq:combinedmq-spring:jar:1.0.2'
<dependency org="com.github.combinedmq" name="combinedmq-spring" rev="1.0.2">
<artifact name="combinedmq-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.combinedmq', module='combinedmq-spring', version='1.0.2')
)
libraryDependencies += "com.github.combinedmq" % "combinedmq-spring" % "1.0.2"
[com.github.combinedmq/combinedmq-spring "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.combinedmq : combinedmq | jar | 1.0.0 |
org.javassist : javassist | jar | 3.24.0-GA |
cglib : cglib | jar | 3.2.7 |
com.alibaba : fastjson | jar | 1.2.31 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 4.3.10.RELEASE |