DOC

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.

Table Of Contents

Latest Version

Download uk.gov.service.notify : notifications-java-client Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file notifications-java-client-4.1.0-RELEASE-javadoc.jar to notifications-java-client-4.1.0-RELEASE-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder notifications-java-client-4.1.0-RELEASE-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "notifications-java-client-4.1.0-RELEASE-sources.jar" -d "notifications-java-client-4.1.0-RELEASE-javadoc" -subpackages 

Advertisement