GroupId | GroupIdcom.gitee.l0km |
---|---|
ArtifactId | ArtifactIdsimplemq-amqp |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
simplemq-amqp-2.2.2.pom | |
simplemq-amqp-2.2.2.jar | 33 KB |
simplemq-amqp-2.2.2-sources.jar | 17 KB |
simplemq-amqp-2.2.2-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-amqp/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>simplemq-amqp</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-amqp/
implementation 'com.gitee.l0km:simplemq-amqp:2.2.2'
// https://jarcasting.com/artifacts/com.gitee.l0km/simplemq-amqp/
implementation ("com.gitee.l0km:simplemq-amqp:2.2.2")
'com.gitee.l0km:simplemq-amqp:jar:2.2.2'
<dependency org="com.gitee.l0km" name="simplemq-amqp" rev="2.2.2">
<artifact name="simplemq-amqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='simplemq-amqp', version='2.2.2')
)
libraryDependencies += "com.gitee.l0km" % "simplemq-amqp" % "2.2.2"
[com.gitee.l0km/simplemq-amqp "2.2.2"]