MVN

com.github.shiver-me-timbers : smt-waiting-spring

Maven & Gradle

May 27, 2016

This is an extension of the smt-waiting library that can be configured with Spring properties.

<dependency>
    <groupId>com.github.shiver-me-timbers</groupId>
    <artifactId>smt-waiting-spring</artifactId>
    <version>4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shiver-me-timbers : smt-waiting-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1

All Versions

Choose a version of com.github.shiver-me-timbers : smt-waiting-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1
smt-waiting-spring-4.1
4.0
smt-waiting-spring-4.0
3.0
smt-waiting-spring-3.0
2.0
smt-waiting-spring-2.0
1.8
smt-waiting-spring-1.8
1.7
smt-waiting-spring-1.7

How to add a dependency to Maven

Add the following com.github.shiver-me-timbers : smt-waiting-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.shiver-me-timbers</groupId>
    <artifactId>smt-waiting-spring</artifactId>
    <version>4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shiver-me-timbers : smt-waiting-spring gradle dependency to your build.gradle file:

implementation 'com.github.shiver-me-timbers:smt-waiting-spring:4.1'

Gradle Kotlin DSL: Add the following com.github.shiver-me-timbers : smt-waiting-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shiver-me-timbers:smt-waiting-spring:4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shiver-me-timbers : smt-waiting-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shiver-me-timbers" % "smt-waiting-spring" % "4.1"