License |
License |
---|---|
GroupId | GroupIdcom.meterware.simplestub |
ArtifactId | ArtifactIdsimplestub |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimpleStub
A tool to generate stub classes from abstract classes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simplestub-1.3.0.pom | |
simplestub-1.3.0.jar | 69 KB |
simplestub-1.3.0-sources.jar | 32 KB |
simplestub-1.3.0-javadoc.jar | 146 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
junit : junit | jar | 4.7 |