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