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