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