MVN

uk.gov.justice.service.laa-crime : crime-commons-spring-boot-starter-rest-client

Maven & Gradle

Aug 02, 2023
4 stars

Sprint Boot Starter REST Client · A Spring Boot auto-configuration library that facilitates communication with LAA Crime APIs

<dependency>
    <groupId>uk.gov.justice.service.laa-crime</groupId>
    <artifactId>crime-commons-spring-boot-starter-rest-client</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.gov.justice.service.laa-crime : crime-commons-spring-boot-starter-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of uk.gov.justice.service.laa-crime : crime-commons-spring-boot-starter-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
crime-commons-spring-boot-starter-rest-client-2.2.0
2.1.x
crime-commons-spring-boot-starter-rest-client-2.1.0
2.0.x
crime-commons-spring-boot-starter-rest-client-2.0.0
1.2.x
crime-commons-spring-boot-starter-rest-client-1.2.0
1.1.x
crime-commons-spring-boot-starter-rest-client-1.1.0
1.0.x
crime-commons-spring-boot-starter-rest-client-1.0.0
0.2.x
crime-commons-spring-boot-starter-rest-client-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>uk.gov.justice.service.laa-crime</groupId>
    <artifactId>crime-commons-spring-boot-starter-rest-client</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.gov.justice.service.laa-crime : crime-commons-spring-boot-starter-rest-client gradle dependency to your build.gradle file:

implementation 'uk.gov.justice.service.laa-crime:crime-commons-spring-boot-starter-rest-client:2.2.0'

Gradle Kotlin DSL: Add the following uk.gov.justice.service.laa-crime : crime-commons-spring-boot-starter-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.gov.justice.service.laa-crime:crime-commons-spring-boot-starter-rest-client:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.gov.justice.service.laa-crime : crime-commons-spring-boot-starter-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.gov.justice.service.laa-crime" % "crime-commons-spring-boot-starter-rest-client" % "2.2.0"