is not current version
Last Version 0.0.1-alpha.189

sh.ory:ory-client 0.0.1-alpha.50

Java Client for Ory

Categories

Categories

CLI User Interface
GroupId

GroupId

sh.ory
ArtifactId

ArtifactId

ory-client
Version

Version

0.0.1-alpha.50
Type

Type

jar

Download ory-client 0.0.1-alpha.50


<!-- https://jarcasting.com/artifacts/sh.ory/ory-client/ -->
<dependency>
    <groupId>sh.ory</groupId>
    <artifactId>ory-client</artifactId>
    <version>0.0.1-alpha.50</version>
</dependency>
// https://jarcasting.com/artifacts/sh.ory/ory-client/
implementation 'sh.ory:ory-client:0.0.1-alpha.50'
// https://jarcasting.com/artifacts/sh.ory/ory-client/
implementation ("sh.ory:ory-client:0.0.1-alpha.50")
'sh.ory:ory-client:jar:0.0.1-alpha.50'
<dependency org="sh.ory" name="ory-client" rev="0.0.1-alpha.50">
  <artifact name="ory-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='sh.ory', module='ory-client', version='0.0.1-alpha.50')
)
libraryDependencies += "sh.ory" % "ory-client" % "0.0.1-alpha.50"
[sh.ory/ory-client "0.0.1-alpha.50"]