MVN

vip.justlive : snow-common-spring-rabbit

Maven & Gradle

Jul 27, 2018
1 usages
3 stars

snow-common-spring-rabbit

<dependency>
    <groupId>vip.justlive</groupId>
    <artifactId>snow-common-spring-rabbit</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of vip.justlive : snow-common-spring-rabbit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of vip.justlive : snow-common-spring-rabbit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
snow-common-spring-rabbit-1.1.2
snow-common-spring-rabbit-1.1.1

How to add a dependency to Maven

Add the following vip.justlive : snow-common-spring-rabbit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>vip.justlive</groupId>
    <artifactId>snow-common-spring-rabbit</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following vip.justlive : snow-common-spring-rabbit gradle dependency to your build.gradle file:

implementation 'vip.justlive:snow-common-spring-rabbit:1.1.2'

Gradle Kotlin DSL: Add the following vip.justlive : snow-common-spring-rabbit gradle kotlin dependency to your build.gradle.kts file:

implementation("vip.justlive:snow-common-spring-rabbit:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following vip.justlive : snow-common-spring-rabbit sbt scala dependency to your build.sbt file:

libraryDependencies += "vip.justlive" % "snow-common-spring-rabbit" % "1.1.2"

Advertisement