is not current version
Last Version 1.3.0

com.meterware.simplestub:simplestub 1.0.2

A tool to generate stub classes from abstract classes

GroupId

GroupId

com.meterware.simplestub
ArtifactId

ArtifactId

simplestub
Version

Version

1.0.2
Type

Type

jar

Download simplestub 1.0.2


<!-- https://jarcasting.com/artifacts/com.meterware.simplestub/simplestub/ -->
<dependency>
    <groupId>com.meterware.simplestub</groupId>
    <artifactId>simplestub</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.meterware.simplestub/simplestub/
implementation 'com.meterware.simplestub:simplestub:1.0.2'
// https://jarcasting.com/artifacts/com.meterware.simplestub/simplestub/
implementation ("com.meterware.simplestub:simplestub:1.0.2")
'com.meterware.simplestub:simplestub:jar:1.0.2'
<dependency org="com.meterware.simplestub" name="simplestub" rev="1.0.2">
  <artifact name="simplestub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.meterware.simplestub', module='simplestub', version='1.0.2')
)
libraryDependencies += "com.meterware.simplestub" % "simplestub" % "1.0.2"
[com.meterware.simplestub/simplestub "1.0.2"]