Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdsh.ory.keto |
ArtifactId | ArtifactIdketo-client |
Version | Version0.4.3-alpha.2 |
Type | Typejar |
Filename | Size |
---|---|
keto-client-0.4.3-alpha.2.pom | |
keto-client-0.4.3-alpha.2.jar | 177 KB |
keto-client-0.4.3-alpha.2-tests.jar | 44 KB |
keto-client-0.4.3-alpha.2-sources.jar | 128 KB |
keto-client-0.4.3-alpha.2-javadoc.jar | 976 KB |
Browse |
<!-- https://jarcasting.com/artifacts/sh.ory.keto/keto-client/ -->
<dependency>
<groupId>sh.ory.keto</groupId>
<artifactId>keto-client</artifactId>
<version>0.4.3-alpha.2</version>
</dependency>
// https://jarcasting.com/artifacts/sh.ory.keto/keto-client/
implementation 'sh.ory.keto:keto-client:0.4.3-alpha.2'
// https://jarcasting.com/artifacts/sh.ory.keto/keto-client/
implementation ("sh.ory.keto:keto-client:0.4.3-alpha.2")
'sh.ory.keto:keto-client:jar:0.4.3-alpha.2'
<dependency org="sh.ory.keto" name="keto-client" rev="0.4.3-alpha.2">
<artifact name="keto-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='sh.ory.keto', module='keto-client', version='0.4.3-alpha.2')
)
libraryDependencies += "sh.ory.keto" % "keto-client" % "0.4.3-alpha.2"
[sh.ory.keto/keto-client "0.4.3-alpha.2"]