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