Categories |
CategoriesCLI User Interface KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.cdk8s.tkey |
ArtifactId | ArtifactIdtkey-sso-client-starter-rest |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cdk8s.tkey/tkey-sso-client-starter-rest/ -->
<dependency>
<groupId>com.cdk8s.tkey</groupId>
<artifactId>tkey-sso-client-starter-rest</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cdk8s.tkey/tkey-sso-client-starter-rest/
implementation 'com.cdk8s.tkey:tkey-sso-client-starter-rest:1.0.0'
// https://jarcasting.com/artifacts/com.cdk8s.tkey/tkey-sso-client-starter-rest/
implementation ("com.cdk8s.tkey:tkey-sso-client-starter-rest:1.0.0")
'com.cdk8s.tkey:tkey-sso-client-starter-rest:jar:1.0.0'
<dependency org="com.cdk8s.tkey" name="tkey-sso-client-starter-rest" rev="1.0.0">
<artifact name="tkey-sso-client-starter-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cdk8s.tkey', module='tkey-sso-client-starter-rest', version='1.0.0')
)
libraryDependencies += "com.cdk8s.tkey" % "tkey-sso-client-starter-rest" % "1.0.0"
[com.cdk8s.tkey/tkey-sso-client-starter-rest "1.0.0"]