k

keywhiz-testing

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