| GroupId | GroupIdcom.meterware.simplestub |
|---|---|
| ArtifactId | ArtifactIdsimplestub |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simplestub-1.2.0.pom | |
| simplestub-1.2.0.jar | 41 KB |
| simplestub-1.2.0-sources.jar | 18 KB |
| simplestub-1.2.0-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.meterware.simplestub/simplestub/ -->
<dependency>
<groupId>com.meterware.simplestub</groupId>
<artifactId>simplestub</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.meterware.simplestub/simplestub/
implementation 'com.meterware.simplestub:simplestub:1.2.0'
// https://jarcasting.com/artifacts/com.meterware.simplestub/simplestub/
implementation ("com.meterware.simplestub:simplestub:1.2.0")
'com.meterware.simplestub:simplestub:jar:1.2.0'
<dependency org="com.meterware.simplestub" name="simplestub" rev="1.2.0">
<artifact name="simplestub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.meterware.simplestub', module='simplestub', version='1.2.0')
)
libraryDependencies += "com.meterware.simplestub" % "simplestub" % "1.2.0"
[com.meterware.simplestub/simplestub "1.2.0"]