is not current version
Last Version 1.3.0

com.meterware.simplestub:simplestub 1.2.12

A tool to generate stub classes from abstract classes

GroupId

GroupId

com.meterware.simplestub
ArtifactId

ArtifactId

simplestub
Version

Version

1.2.12
Type

Type

jar

Download simplestub 1.2.12


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