MVN

se.bjurr.springrestclient : spring-rest-client

Maven & Gradle

Apr 03, 2023
1 stars

spring-rest-client · 'Dynamically create Spring (proxy class) client from annotated interface.'

<dependency>
    <groupId>se.bjurr.springrestclient</groupId>
    <artifactId>spring-rest-client</artifactId>
    <version>1.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.bjurr.springrestclient : spring-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.5

All Versions

Choose a version of se.bjurr.springrestclient : spring-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
spring-rest-client-1.4.5
spring-rest-client-1.4.3
spring-rest-client-1.4.2

How to add a dependency to Maven

Add the following se.bjurr.springrestclient : spring-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.bjurr.springrestclient</groupId>
    <artifactId>spring-rest-client</artifactId>
    <version>1.4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.bjurr.springrestclient : spring-rest-client gradle dependency to your build.gradle file:

implementation 'se.bjurr.springrestclient:spring-rest-client:1.4.5'

Gradle Kotlin DSL: Add the following se.bjurr.springrestclient : spring-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("se.bjurr.springrestclient:spring-rest-client:1.4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.bjurr.springrestclient : spring-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "se.bjurr.springrestclient" % "spring-rest-client" % "1.4.5"