Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdsh.ory.oathkeeper |
ArtifactId | ArtifactIdoathkeeper-client |
Version | Version0.0.0-alpha.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/sh.ory.oathkeeper/oathkeeper-client/ -->
<dependency>
<groupId>sh.ory.oathkeeper</groupId>
<artifactId>oathkeeper-client</artifactId>
<version>0.0.0-alpha.3</version>
</dependency>
// https://jarcasting.com/artifacts/sh.ory.oathkeeper/oathkeeper-client/
implementation 'sh.ory.oathkeeper:oathkeeper-client:0.0.0-alpha.3'
// https://jarcasting.com/artifacts/sh.ory.oathkeeper/oathkeeper-client/
implementation ("sh.ory.oathkeeper:oathkeeper-client:0.0.0-alpha.3")
'sh.ory.oathkeeper:oathkeeper-client:jar:0.0.0-alpha.3'
<dependency org="sh.ory.oathkeeper" name="oathkeeper-client" rev="0.0.0-alpha.3">
<artifact name="oathkeeper-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='sh.ory.oathkeeper', module='oathkeeper-client', version='0.0.0-alpha.3')
)
libraryDependencies += "sh.ory.oathkeeper" % "oathkeeper-client" % "0.0.0-alpha.3"
[sh.ory.oathkeeper/oathkeeper-client "0.0.0-alpha.3"]