Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdsh.ory.kratos |
ArtifactId | ArtifactIdkratos-client |
Version | Version0.6.2-alpha.1 |
Type | Typejar |
Filename | Size |
---|---|
kratos-client-0.6.2-alpha.1.pom | |
kratos-client-0.6.2-alpha.1.jar | 238 KB |
kratos-client-0.6.2-alpha.1-tests.jar | 49 KB |
kratos-client-0.6.2-alpha.1-sources.jar | 168 KB |
kratos-client-0.6.2-alpha.1-javadoc.jar | 748 KB |
Browse |
<!-- https://jarcasting.com/artifacts/sh.ory.kratos/kratos-client/ -->
<dependency>
<groupId>sh.ory.kratos</groupId>
<artifactId>kratos-client</artifactId>
<version>0.6.2-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/sh.ory.kratos/kratos-client/
implementation 'sh.ory.kratos:kratos-client:0.6.2-alpha.1'
// https://jarcasting.com/artifacts/sh.ory.kratos/kratos-client/
implementation ("sh.ory.kratos:kratos-client:0.6.2-alpha.1")
'sh.ory.kratos:kratos-client:jar:0.6.2-alpha.1'
<dependency org="sh.ory.kratos" name="kratos-client" rev="0.6.2-alpha.1">
<artifact name="kratos-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='sh.ory.kratos', module='kratos-client', version='0.6.2-alpha.1')
)
libraryDependencies += "sh.ory.kratos" % "kratos-client" % "0.6.2-alpha.1"
[sh.ory.kratos/kratos-client "0.6.2-alpha.1"]