TKey Client 开发环境

TKey Client 项目核心组件版本

Maven 中央库已发布

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