не последняя версия
Последняя версия 1.1.0

com.thoughtworks:web-stub 1.0.0

Library for stubbing external HTTP dependencies

Группа

Группа

com.thoughtworks
Идентификатор

Идентификатор

web-stub
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать web-stub 1.0.0


<!-- https://jarcasting.com/artifacts/com.thoughtworks/web-stub/ -->
<dependency>
    <groupId>com.thoughtworks</groupId>
    <artifactId>web-stub</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks/web-stub/
implementation 'com.thoughtworks:web-stub:1.0.0'
// https://jarcasting.com/artifacts/com.thoughtworks/web-stub/
implementation ("com.thoughtworks:web-stub:1.0.0")
'com.thoughtworks:web-stub:jar:1.0.0'
<dependency org="com.thoughtworks" name="web-stub" rev="1.0.0">
  <artifact name="web-stub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks', module='web-stub', version='1.0.0')
)
libraryDependencies += "com.thoughtworks" % "web-stub" % "1.0.0"
[com.thoughtworks/web-stub "1.0.0"]