| License |
License |
|---|---|
| GroupId | GroupIdsite.qiuyuan.library |
| ArtifactId | ArtifactIdqiuyuan-amqp |
| Version | Version1.0.4-RELEASE |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/site.qiuyuan.library/qiuyuan-amqp/ -->
<dependency>
<groupId>site.qiuyuan.library</groupId>
<artifactId>qiuyuan-amqp</artifactId>
<version>1.0.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/site.qiuyuan.library/qiuyuan-amqp/
implementation 'site.qiuyuan.library:qiuyuan-amqp:1.0.4-RELEASE'
// https://jarcasting.com/artifacts/site.qiuyuan.library/qiuyuan-amqp/
implementation ("site.qiuyuan.library:qiuyuan-amqp:1.0.4-RELEASE")
'site.qiuyuan.library:qiuyuan-amqp:jar:1.0.4-RELEASE'
<dependency org="site.qiuyuan.library" name="qiuyuan-amqp" rev="1.0.4-RELEASE">
<artifact name="qiuyuan-amqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.qiuyuan.library', module='qiuyuan-amqp', version='1.0.4-RELEASE')
)
libraryDependencies += "site.qiuyuan.library" % "qiuyuan-amqp" % "1.0.4-RELEASE"
[site.qiuyuan.library/qiuyuan-amqp "1.0.4-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| site.qiuyuan.library : qiuyuan-common | jar | 1.0.4-RELEASE |
| com.fasterxml.jackson.core : jackson-databind | jar | |
| org.springframework.boot : spring-boot-starter-amqp | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 |