MVN

ca.pjer : hydra-client-resttemplate

Maven & Gradle

Mar 19, 2019
0 stars

Hydra Generated Java RestTemplate Client · This is a swagger-codegen generated REST client to access Hydra API

<dependency>
    <groupId>ca.pjer</groupId>
    <artifactId>hydra-client-resttemplate</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ca.pjer : hydra-client-resttemplate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0
  • Latest Beta: 1.0.1-beta.9-8555973

All Versions

Choose a version of ca.pjer : hydra-client-resttemplate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hydra-client-resttemplate-1.0.1-beta.9-8555973
hydra-client-resttemplate-1.0.0-beta.9-8555973
0.1.x
hydra-client-resttemplate-0.1.0

How to add a dependency to Maven

Add the following ca.pjer : hydra-client-resttemplate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ca.pjer</groupId>
    <artifactId>hydra-client-resttemplate</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ca.pjer : hydra-client-resttemplate gradle dependency to your build.gradle file:

implementation 'ca.pjer:hydra-client-resttemplate:0.1.0'

Gradle Kotlin DSL: Add the following ca.pjer : hydra-client-resttemplate gradle kotlin dependency to your build.gradle.kts file:

implementation("ca.pjer:hydra-client-resttemplate:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ca.pjer : hydra-client-resttemplate sbt scala dependency to your build.sbt file:

libraryDependencies += "ca.pjer" % "hydra-client-resttemplate" % "0.1.0"