| Группа | Группаcom.meterware.simplestub |
|---|---|
| Идентификатор | Идентификаторsimplestub |
| Версия | Версия1.2.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| simplestub-1.2.2.pom | |
| simplestub-1.2.2.jar | 47 KB |
| simplestub-1.2.2-sources.jar | 19 KB |
| simplestub-1.2.2-javadoc.jar | 119 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.meterware.simplestub/simplestub/ -->
<dependency>
<groupId>com.meterware.simplestub</groupId>
<artifactId>simplestub</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.meterware.simplestub/simplestub/
implementation 'com.meterware.simplestub:simplestub:1.2.2'
// https://jarcasting.com/artifacts/com.meterware.simplestub/simplestub/
implementation ("com.meterware.simplestub:simplestub:1.2.2")
'com.meterware.simplestub:simplestub:jar:1.2.2'
<dependency org="com.meterware.simplestub" name="simplestub" rev="1.2.2">
<artifact name="simplestub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.meterware.simplestub', module='simplestub', version='1.2.2')
)
libraryDependencies += "com.meterware.simplestub" % "simplestub" % "1.2.2"
[com.meterware.simplestub/simplestub "1.2.2"]