MVN

uk.gov.justice.service.hmpps : hmpps-sqs-spring-boot-starter

Maven & Gradle

Jun 30, 2023
1 stars

hmpps-sqs-spring-boot-starter · A Spring Boot Starter library providing utilities for using amazon-sqs-java-messaging-lib

<dependency>
    <groupId>uk.gov.justice.service.hmpps</groupId>
    <artifactId>hmpps-sqs-spring-boot-starter</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.gov.justice.service.hmpps : hmpps-sqs-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1
  • Latest Beta: 2.0.0-beta-17

All Versions

Choose a version of uk.gov.justice.service.hmpps : hmpps-sqs-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
hmpps-sqs-spring-boot-starter-2.0.1
hmpps-sqs-spring-boot-starter-2.0.0
hmpps-sqs-spring-boot-starter-2.0.0-beta-17
hmpps-sqs-spring-boot-starter-2.0.0-beta-16
hmpps-sqs-spring-boot-starter-2.0.0-beta-15
hmpps-sqs-spring-boot-starter-2.0.0-beta-14
hmpps-sqs-spring-boot-starter-2.0.0-beta-13
hmpps-sqs-spring-boot-starter-2.0.0-beta-12
hmpps-sqs-spring-boot-starter-2.0.0-beta-11
hmpps-sqs-spring-boot-starter-2.0.0-beta-10
hmpps-sqs-spring-boot-starter-2.0.0-beta-9
hmpps-sqs-spring-boot-starter-2.0.0-beta-8
hmpps-sqs-spring-boot-starter-2.0.0-beta-7
hmpps-sqs-spring-boot-starter-2.0.0-beta-6
hmpps-sqs-spring-boot-starter-2.0.0-beta-4
hmpps-sqs-spring-boot-starter-2.0.0-beta-3
hmpps-sqs-spring-boot-starter-2.0.0-beta-2
hmpps-sqs-spring-boot-starter-2.0.0-beta
1.3.x
hmpps-sqs-spring-boot-starter-1.3.1
hmpps-sqs-spring-boot-starter-1.3.0
1.2.x
hmpps-sqs-spring-boot-starter-1.2.0
1.1.x
hmpps-sqs-spring-boot-starter-1.1.13
hmpps-sqs-spring-boot-starter-1.1.12
hmpps-sqs-spring-boot-starter-1.1.11
hmpps-sqs-spring-boot-starter-1.1.10
hmpps-sqs-spring-boot-starter-1.1.9
hmpps-sqs-spring-boot-starter-1.1.8
hmpps-sqs-spring-boot-starter-1.1.7
hmpps-sqs-spring-boot-starter-1.1.7-beta-2
hmpps-sqs-spring-boot-starter-1.1.7-beta
hmpps-sqs-spring-boot-starter-1.1.6
hmpps-sqs-spring-boot-starter-1.1.6-beta
hmpps-sqs-spring-boot-starter-1.1.5
hmpps-sqs-spring-boot-starter-1.1.3
hmpps-sqs-spring-boot-starter-1.1.3-beta
hmpps-sqs-spring-boot-starter-1.1.2
hmpps-sqs-spring-boot-starter-1.1.1
hmpps-sqs-spring-boot-starter-1.1.0
1.0.x
hmpps-sqs-spring-boot-starter-1.0.6
hmpps-sqs-spring-boot-starter-1.0.5
hmpps-sqs-spring-boot-starter-1.0.4
hmpps-sqs-spring-boot-starter-1.0.3
hmpps-sqs-spring-boot-starter-1.0.2
hmpps-sqs-spring-boot-starter-1.0.1
hmpps-sqs-spring-boot-starter-1.0.0
0.9.x
hmpps-sqs-spring-boot-starter-0.9.0
0.8.x
hmpps-sqs-spring-boot-starter-0.8.2
hmpps-sqs-spring-boot-starter-0.8.2-beta
hmpps-sqs-spring-boot-starter-0.8.1
hmpps-sqs-spring-boot-starter-0.8.0

How to add a dependency to Maven

Add the following uk.gov.justice.service.hmpps : hmpps-sqs-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.gov.justice.service.hmpps</groupId>
    <artifactId>hmpps-sqs-spring-boot-starter</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.gov.justice.service.hmpps : hmpps-sqs-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:1.3.1'

Gradle Kotlin DSL: Add the following uk.gov.justice.service.hmpps : hmpps-sqs-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.gov.justice.service.hmpps : hmpps-sqs-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.gov.justice.service.hmpps" % "hmpps-sqs-spring-boot-starter" % "1.3.1"