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