MVN

sh.ory.hydra : hydra-client

Maven & Gradle

Aug 14, 2023
25 stars

hydra-client · Java Client for Ory Hydra

<dependency>
    <groupId>sh.ory.hydra</groupId>
    <artifactId>hydra-client</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sh.ory.hydra : hydra-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1
  • Latest Release Candidate: 2.2.0-rc.3
  • Latest Beta: 1.5.0-beta.5
  • Latest Alpha: 0.0.0-alpha.63

All Versions

Choose a version of sh.ory.hydra : hydra-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
hydra-client-2.2.0-rc.3
2.1.x
hydra-client-2.1.1
hydra-client-2.1.0
2.0.x
hydra-client-2.0.2
hydra-client-2.0.1
1.11.x
hydra-client-1.11.8
hydra-client-1.11.7
hydra-client-1.11.6
hydra-client-1.11.5
hydra-client-1.11.4
1.9.x
hydra-client-1.9.0
hydra-client-1.9.0-alpha.3
hydra-client-1.9.0-alpha.2
hydra-client-1.9.0-alpha.1
hydra-client-1.9.0-alpha.0.pre.2
1.8.x
hydra-client-1.8.5
hydra-client-1.8.0-pre.1
1.7.x
hydra-client-1.7.4
hydra-client-1.7.3
hydra-client-1.7.0
1.6.x
hydra-client-1.6.0
1.5.x
hydra-client-1.5.0-beta.5
hydra-client-1.5.0-beta.2
hydra-client-1.5.0-beta.1
1.4.x
hydra-client-1.4.10
hydra-client-1.4.9
hydra-client-1.4.6
hydra-client-1.4.5
hydra-client-1.4.3
hydra-client-1.4.2
hydra-client-1.4.1
1.3.x
hydra-client-1.3.2
hydra-client-1.3.1
1.2.x
hydra-client-1.2.2
hydra-client-1.2.1
hydra-client-1.2.0
hydra-client-1.2.0-alpha.3
hydra-client-1.2.0-alpha.2
0.0.x
hydra-client-0.0.0-alpha.63
hydra-client-0.0.0-alpha.62
hydra-client-0.0.0-alpha.40
hydra-client-0.0.0-alpha.31
hydra-client-0.0.0-alpha.20
hydra-client-0.0.0-alpha.19
hydra-client-0.0.0-alpha.17

How to add a dependency to Maven

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

<dependency>
    <groupId>sh.ory.hydra</groupId>
    <artifactId>hydra-client</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following sh.ory.hydra : hydra-client gradle dependency to your build.gradle file:

implementation 'sh.ory.hydra:hydra-client:2.1.1'

Gradle Kotlin DSL: Add the following sh.ory.hydra : hydra-client gradle kotlin dependency to your build.gradle.kts file:

implementation("sh.ory.hydra:hydra-client:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following sh.ory.hydra : hydra-client sbt scala dependency to your build.sbt file:

libraryDependencies += "sh.ory.hydra" % "hydra-client" % "2.1.1"