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