k

keywhiz-parent

A distribution system for secrets.
https://github.com/square/keywhiz
Apache 2.0
文件下载
文件名 操作
keywhiz-parent-0.7.10.pom 下载
Apache Maven
<dependency>
  <groupId>com.squareup.keywhiz</groupId>
  <artifactId>keywhiz-parent</artifactId>
  <version>0.7.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.keywhiz:keywhiz-parent:0.7.10'
Gradle Kotlin
implementation("com.squareup.keywhiz:keywhiz-parent:0.7.10")
Scala SBT
libraryDependencies += "com.squareup.keywhiz" % "keywhiz-parent" % "0.7.10"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.keywhiz', module='keywhiz-parent', version='0.7.10')
)
Apache Ivy
<dependency org="com.squareup.keywhiz" name="keywhiz-parent" rev="0.7.10" />
Leiningen
[com.squareup.keywhiz/keywhiz-parent "0.7.10"]
Apache Buildr
'com.squareup.keywhiz:keywhiz-parent:jar:0.7.10'