| License |
License |
|---|---|
| Categories |
CategoriesJava Languages CLI User Interface |
| GroupId | GroupIduk.gov.service.notify |
| ArtifactId | ArtifactIdnotifications-java-client |
| Last Version | Last Version3.17.3-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGOV.UK Notify Java client
Use this client to send emails, text messages and letters using the GOV.UK Notify API.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/uk.gov.service.notify/notifications-java-client/ -->
<dependency>
<groupId>uk.gov.service.notify</groupId>
<artifactId>notifications-java-client</artifactId>
<version>3.17.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.service.notify/notifications-java-client/
implementation 'uk.gov.service.notify:notifications-java-client:3.17.3-RELEASE'
// https://jarcasting.com/artifacts/uk.gov.service.notify/notifications-java-client/
implementation ("uk.gov.service.notify:notifications-java-client:3.17.3-RELEASE")
'uk.gov.service.notify:notifications-java-client:jar:3.17.3-RELEASE'
<dependency org="uk.gov.service.notify" name="notifications-java-client" rev="3.17.3-RELEASE">
<artifact name="notifications-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.service.notify', module='notifications-java-client', version='3.17.3-RELEASE')
)
libraryDependencies += "uk.gov.service.notify" % "notifications-java-client" % "3.17.3-RELEASE"
[uk.gov.service.notify/notifications-java-client "3.17.3-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bitbucket.b_c : jose4j | jar | 0.7.7 |
| org.json : json | jar | 20210307 |
| joda-time : joda-time | jar | 2.10.10 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| commons-io : commons-io | jar | 2.8.0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 3.9.0 |