MVN

uk.gov.service.notify : notifications-java-client

Maven & Gradle

May 12, 2023
8 stars

GOV.UK Notify Java client · Use this client to send emails, text messages and letters using the GOV.UK Notify API.

<dependency>
    <groupId>uk.gov.service.notify</groupId>
    <artifactId>notifications-java-client</artifactId>
    <version>4.1.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.gov.service.notify : notifications-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.0-RELEASE

All Versions

Choose a version of uk.gov.service.notify : notifications-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
notifications-java-client-4.1.0-RELEASE
4.0.x
notifications-java-client-4.0.0-RELEASE
3.19.x
notifications-java-client-3.19.2-RELEASE
notifications-java-client-3.19.1-RELEASE
notifications-java-client-3.19.0-RELEASE
3.18.x
notifications-java-client-3.18.0-RELEASE
3.17.x
notifications-java-client-3.17.3-RELEASE
notifications-java-client-3.17.2-RELEASE
notifications-java-client-3.17.0-RELEASE
3.15.x
notifications-java-client-3.15.1-RELEASE
3.14.x
notifications-java-client-3.14.1-RELEASE
notifications-java-client-3.14.0-RELEASE
3.9.x
notifications-java-client-3.9.2-RELEASE
3.8.x
notifications-java-client-3.8.0-RELEASE

How to add a dependency to Maven

Add the following uk.gov.service.notify : notifications-java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.gov.service.notify</groupId>
    <artifactId>notifications-java-client</artifactId>
    <version>4.1.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.gov.service.notify : notifications-java-client gradle dependency to your build.gradle file:

implementation 'uk.gov.service.notify:notifications-java-client:4.1.0-RELEASE'

Gradle Kotlin DSL: Add the following uk.gov.service.notify : notifications-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.gov.service.notify:notifications-java-client:4.1.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.gov.service.notify : notifications-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.gov.service.notify" % "notifications-java-client" % "4.1.0-RELEASE"

Advertisement