d

disciples-iam-parent

Parent for Identity Access Manage
https://github.com/hushengte/iam
文件下载
文件名 操作
disciples-iam-parent-2.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.hushengte</groupId>
  <artifactId>disciples-iam-parent</artifactId>
  <version>2.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hushengte:disciples-iam-parent:2.0.2'
Gradle Kotlin
implementation("com.github.hushengte:disciples-iam-parent:2.0.2")
Scala SBT
libraryDependencies += "com.github.hushengte" % "disciples-iam-parent" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hushengte', module='disciples-iam-parent', version='2.0.2')
)
Apache Ivy
<dependency org="com.github.hushengte" name="disciples-iam-parent" rev="2.0.2" />
Leiningen
[com.github.hushengte/disciples-iam-parent "2.0.2"]
Apache Buildr
'com.github.hushengte:disciples-iam-parent:jar:2.0.2'