MVN

com.velopayments : java-spring-resttemplate

Maven & Gradle

Aug 11, 2022
2 stars

Java Spring RestTemplate · Velo Payments Open API Java Spring RestTemplate Client

<dependency>
    <groupId>com.velopayments</groupId>
    <artifactId>java-spring-resttemplate</artifactId>
    <version>2.32.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.velopayments : java-spring-resttemplate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.32.2

All Versions

Choose a version of com.velopayments : java-spring-resttemplate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.32.x
java-spring-resttemplate-2.32.2
java-spring-resttemplate-2.32.0
2.31.x
java-spring-resttemplate-2.31.0
2.30.x
java-spring-resttemplate-2.30.1
java-spring-resttemplate-2.30.0
2.28.x
java-spring-resttemplate-2.28.8
java-spring-resttemplate-2.28.7
java-spring-resttemplate-2.28.6
java-spring-resttemplate-2.28.5
2.20.x
java-spring-resttemplate-2.20.118
2.14.x
java-spring-resttemplate-2.14.87

How to add a dependency to Maven

Add the following com.velopayments : java-spring-resttemplate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.velopayments</groupId>
    <artifactId>java-spring-resttemplate</artifactId>
    <version>2.32.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.velopayments : java-spring-resttemplate gradle dependency to your build.gradle file:

implementation 'com.velopayments:java-spring-resttemplate:2.32.2'

Gradle Kotlin DSL: Add the following com.velopayments : java-spring-resttemplate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.velopayments:java-spring-resttemplate:2.32.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.velopayments : java-spring-resttemplate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.velopayments" % "java-spring-resttemplate" % "2.32.2"

Advertisement