| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework.amqp |
| ArtifactId | ArtifactIdspring-amqp-dist |
| Version | Version2.4.1 |
| Type | Typepom |
| Description |
DescriptionSpring AMQP
Spring AMQP
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-amqp-dist-2.4.1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.amqp/spring-amqp-dist/ -->
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-dist</artifactId>
<version>2.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.amqp/spring-amqp-dist/
implementation 'org.springframework.amqp:spring-amqp-dist:2.4.1'
// https://jarcasting.com/artifacts/org.springframework.amqp/spring-amqp-dist/
implementation ("org.springframework.amqp:spring-amqp-dist:2.4.1")
'org.springframework.amqp:spring-amqp-dist:pom:2.4.1'
<dependency org="org.springframework.amqp" name="spring-amqp-dist" rev="2.4.1">
<artifact name="spring-amqp-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-amqp-dist', version='2.4.1')
)
libraryDependencies += "org.springframework.amqp" % "spring-amqp-dist" % "2.4.1"
[org.springframework.amqp/spring-amqp-dist "2.4.1"]