k

keywhiz-client

Files download
File Operation
keywhiz-client-0.7.8.jar download
keywhiz-client-0.7.8.pom download
keywhiz-client-0.7.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.keywhiz</groupId>
  <artifactId>keywhiz-client</artifactId>
  <version>0.7.8</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.keywhiz:keywhiz-client:0.7.8'
Gradle Kotlin
implementation("com.squareup.keywhiz:keywhiz-client:0.7.8")
Scala SBT
libraryDependencies += "com.squareup.keywhiz" % "keywhiz-client" % "0.7.8"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.keywhiz', module='keywhiz-client', version='0.7.8')
)
Apache Ivy
<dependency org="com.squareup.keywhiz" name="keywhiz-client" rev="0.7.8" />
Leiningen
[com.squareup.keywhiz/keywhiz-client "0.7.8"]
Apache Buildr
'com.squareup.keywhiz:keywhiz-client:jar:0.7.8'