MVN

com.transferwise.common : tw-graceful-shutdown-interfaces

Maven & Gradle

Aug 01, 2023
6 usages
3 stars

TransferWise Graceful Shutdown Interfaces · TransferWise Graceful Shutdown - no noise and errors during releases.

<dependency>
    <groupId>com.transferwise.common</groupId>
    <artifactId>tw-graceful-shutdown-interfaces</artifactId>
    <version>2.14.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.transferwise.common : tw-graceful-shutdown-interfaces to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.2

All Versions

Choose a version of com.transferwise.common : tw-graceful-shutdown-interfaces to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.14.x
tw-graceful-shutdown-interfaces-2.14.2
tw-graceful-shutdown-interfaces-2.14.1
tw-graceful-shutdown-interfaces-2.14.0
2.13.x
tw-graceful-shutdown-interfaces-2.13.0
2.12.x
tw-graceful-shutdown-interfaces-2.12.0
2.11.x
tw-graceful-shutdown-interfaces-2.11.1
tw-graceful-shutdown-interfaces-2.11.0
2.10.x
tw-graceful-shutdown-interfaces-2.10.0
2.9.x
tw-graceful-shutdown-interfaces-2.9.0
2.8.x
tw-graceful-shutdown-interfaces-2.8.1
tw-graceful-shutdown-interfaces-2.8.0
2.7.x
tw-graceful-shutdown-interfaces-2.7.0
2.6.x
tw-graceful-shutdown-interfaces-2.6.0
2.5.x
tw-graceful-shutdown-interfaces-2.5.0
2.3.x
tw-graceful-shutdown-interfaces-2.3.0
1.3.x
tw-graceful-shutdown-interfaces-1.3.2

How to add a dependency to Maven

Add the following com.transferwise.common : tw-graceful-shutdown-interfaces maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.transferwise.common</groupId>
    <artifactId>tw-graceful-shutdown-interfaces</artifactId>
    <version>2.14.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.transferwise.common : tw-graceful-shutdown-interfaces gradle dependency to your build.gradle file:

implementation 'com.transferwise.common:tw-graceful-shutdown-interfaces:2.14.2'

Gradle Kotlin DSL: Add the following com.transferwise.common : tw-graceful-shutdown-interfaces gradle kotlin dependency to your build.gradle.kts file:

implementation("com.transferwise.common:tw-graceful-shutdown-interfaces:2.14.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.transferwise.common : tw-graceful-shutdown-interfaces sbt scala dependency to your build.sbt file:

libraryDependencies += "com.transferwise.common" % "tw-graceful-shutdown-interfaces" % "2.14.2"

Advertisement