k

keywhiz-client

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