License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdsh.ory.keto |
ArtifactId | ArtifactIdketo-client |
Version | Version0.7.0-alpha.1 |
Type | Typejar |
Description |
Descriptionketo-client
Java Client for Ory Keto
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
keto-client-0.7.0-alpha.1.pom | |
keto-client-0.7.0-alpha.1.jar | 89 KB |
keto-client-0.7.0-alpha.1-tests.jar | 12 KB |
keto-client-0.7.0-alpha.1-sources.jar | 50 KB |
keto-client-0.7.0-alpha.1-javadoc.jar | 342 KB |
Browse |
<!-- https://jarcasting.com/artifacts/sh.ory.keto/keto-client/ -->
<dependency>
<groupId>sh.ory.keto</groupId>
<artifactId>keto-client</artifactId>
<version>0.7.0-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/sh.ory.keto/keto-client/
implementation 'sh.ory.keto:keto-client:0.7.0-alpha.1'
// https://jarcasting.com/artifacts/sh.ory.keto/keto-client/
implementation ("sh.ory.keto:keto-client:0.7.0-alpha.1")
'sh.ory.keto:keto-client:jar:0.7.0-alpha.1'
<dependency org="sh.ory.keto" name="keto-client" rev="0.7.0-alpha.1">
<artifact name="keto-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='sh.ory.keto', module='keto-client', version='0.7.0-alpha.1')
)
libraryDependencies += "sh.ory.keto" % "keto-client" % "0.7.0-alpha.1"
[sh.ory.keto/keto-client "0.7.0-alpha.1"]
Group / Artifact | Type | Version |
---|---|---|
io.swagger : swagger-annotations | jar | 1.6.2 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.squareup.okhttp3 : okhttp | jar | 4.9.1 |
com.squareup.okhttp3 : logging-interceptor | jar | 4.9.1 |
com.google.code.gson : gson | jar | 2.8.6 |
io.gsonfire : gson-fire | jar | 1.8.5 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.openapitools : jackson-databind-nullable | jar | 0.2.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.11.2 |