is not current version
Last Version 0.10.1

sh.ory.kratos:kratos-client 0.2.0-alpha.2

Java Client for ORY Kratos

Categories

Categories

CLI User Interface
GroupId

GroupId

sh.ory.kratos
ArtifactId

ArtifactId

kratos-client
Version

Version

0.2.0-alpha.2
Type

Type

jar

Download kratos-client 0.2.0-alpha.2


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