<dependency> <groupId>com.wix</groupId> <artifactId>http-testkit-specs2_2.12</artifactId> <version>0.1.9</version> </dependency>
implementation 'com.wix:http-testkit-specs2_2.12:0.1.9'
implementation("com.wix:http-testkit-specs2_2.12:0.1.9")
libraryDependencies += "com.wix" % "http-testkit-specs2_2.12" % "0.1.9"
@Grapes( @Grab(group='com.wix', module='http-testkit-specs2_2.12', version='0.1.9') )
<dependency org="com.wix" name="http-testkit-specs2_2.12" rev="0.1.9" />
[com.wix/http-testkit-specs2_2.12 "0.1.9"]
'com.wix:http-testkit-specs2_2.12:jar:0.1.9'
compile
|-- org.scala-lang:scala-library:2.12.4
|-- com.wix:http-testkit-core_2.12:0.1.9
|-- org.specs2:specs2-core_2.12:3.8.6
|-- org.specs2:specs2-junit_2.12:3.8.6
|-- org.specs2:specs2-mock_2.12:3.8.6
test
|-- com.wix:http-testkit-test-commons_2.12:0.1.9
|-- com.wix:http-testkit-marshaller-jackson_2.12:0.1.9