h

http-testkit_2.12

Main module, contain factories but no implementation.
https://github.com/wix-private/http-testkit
MIT
com.wix
Noam Almog
文件下载
文件名 操作
http-testkit_2.12-0.1.9.jar 下载
http-testkit_2.12-0.1.9.pom 下载
http-testkit_2.12-0.1.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.wix</groupId>
  <artifactId>http-testkit_2.12</artifactId>
  <version>0.1.9</version>
</dependency>
Gradle Groovy
implementation 'com.wix:http-testkit_2.12:0.1.9'
Gradle Kotlin
implementation("com.wix:http-testkit_2.12:0.1.9")
Scala SBT
libraryDependencies += "com.wix" % "http-testkit_2.12" % "0.1.9"
Groovy Grape
@Grapes(
  @Grab(group='com.wix', module='http-testkit_2.12', version='0.1.9')
)
Apache Ivy
<dependency org="com.wix" name="http-testkit_2.12" rev="0.1.9" />
Leiningen
[com.wix/http-testkit_2.12 "0.1.9"]
Apache Buildr
'com.wix:http-testkit_2.12:jar:0.1.9'