Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.wix |
ArtifactId | ArtifactIdhttp-testkit-client_2.11 |
Version | Version0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wix/http-testkit-client_2.11/ -->
<dependency>
<groupId>com.wix</groupId>
<artifactId>http-testkit-client_2.11</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.wix/http-testkit-client_2.11/
implementation 'com.wix:http-testkit-client_2.11:0.1.2'
// https://jarcasting.com/artifacts/com.wix/http-testkit-client_2.11/
implementation ("com.wix:http-testkit-client_2.11:0.1.2")
'com.wix:http-testkit-client_2.11:jar:0.1.2'
<dependency org="com.wix" name="http-testkit-client_2.11" rev="0.1.2">
<artifact name="http-testkit-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wix', module='http-testkit-client_2.11', version='0.1.2')
)
libraryDependencies += "com.wix" % "http-testkit-client_2.11" % "0.1.2"
[com.wix/http-testkit-client_2.11 "0.1.2"]