Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 857 Bytes

dev-rest-client.md

File metadata and controls

36 lines (23 loc) · 857 Bytes

TKey Client 开发环境

TKey Client 项目核心组件版本

Maven 中央库已发布

<tkey-sso-client-starter-rest.version>1.0.0</tkey-sso-client-starter-rest.version>


<dependency>
    <groupId>com.cdk8s.tkey</groupId>
    <artifactId>tkey-sso-client-starter-rest</artifactId>
    <version>${tkey-sso-client-starter-rest.version}</version>
</dependency>
  • Gradle Groovy DSL:
implementation 'com.cdk8s.tkey:tkey-sso-client-starter-rest:1.0.0'
  • Gradle Kotlin DSL
compile("com.cdk8s.tkey:tkey-sso-client-starter-rest:1.0.0")