Last Version

SimpleStub 1.3.0

A tool to generate stub classes from abstract classes

License

License

GroupId

GroupId

com.meterware.simplestub
ArtifactId

ArtifactId

simplestub
Version

Version

1.3.0
Type

Type

jar
Description

Description

SimpleStub
A tool to generate stub classes from abstract classes
Project URL

Project URL

http://simplestub.meterware.com
Source Code Management

Source Code Management

https://github.com/meterware/simplestub.git

Download simplestub 1.3.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.javassist : javassist Optional jar 3.22.0-GA
org.ow2.asm : asm jar 7.1
org.ow2.asm : asm-commons jar 7.1

test (2)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.