| Категории |
КатегорииWire Данные Data Structures |
|---|---|
| Группа | Группаcom.github.hippoom |
| Идентификатор | Идентификаторwiremock-contract-verifier |
| Версия | Версия0.1.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/wiremock-contract-verifier/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>wiremock-contract-verifier</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/wiremock-contract-verifier/
implementation 'com.github.hippoom:wiremock-contract-verifier:0.1.1'
// https://jarcasting.com/artifacts/com.github.hippoom/wiremock-contract-verifier/
implementation ("com.github.hippoom:wiremock-contract-verifier:0.1.1")
'com.github.hippoom:wiremock-contract-verifier:jar:0.1.1'
<dependency org="com.github.hippoom" name="wiremock-contract-verifier" rev="0.1.1">
<artifact name="wiremock-contract-verifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='wiremock-contract-verifier', version='0.1.1')
)
libraryDependencies += "com.github.hippoom" % "wiremock-contract-verifier" % "0.1.1"
[com.github.hippoom/wiremock-contract-verifier "0.1.1"]