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