is not current version
Last Version 1.3.0

com.meterware.simplestub:simplestub 1.2.7

A tool to generate stub classes from abstract classes

GroupId

GroupId

com.meterware.simplestub
ArtifactId

ArtifactId

simplestub
Version

Version

1.2.7
Type

Type

jar

Download simplestub 1.2.7


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