Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.avides.spring |
ArtifactId | ArtifactIdspring-rabbit |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-rabbit-2.1.1.pom | |
spring-rabbit-2.1.1.jar | 58 KB |
spring-rabbit-2.1.1-sources.jar | 34 KB |
spring-rabbit-2.1.1-javadoc.jar | 621 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avides.spring/spring-rabbit/ -->
<dependency>
<groupId>com.avides.spring</groupId>
<artifactId>spring-rabbit</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.avides.spring/spring-rabbit/
implementation 'com.avides.spring:spring-rabbit:2.1.1'
// https://jarcasting.com/artifacts/com.avides.spring/spring-rabbit/
implementation ("com.avides.spring:spring-rabbit:2.1.1")
'com.avides.spring:spring-rabbit:jar:2.1.1'
<dependency org="com.avides.spring" name="spring-rabbit" rev="2.1.1">
<artifact name="spring-rabbit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avides.spring', module='spring-rabbit', version='2.1.1')
)
libraryDependencies += "com.avides.spring" % "spring-rabbit" % "2.1.1"
[com.avides.spring/spring-rabbit "2.1.1"]