| License |
License |
|---|---|
| GroupId | GroupIdorg.easystub |
| ArtifactId | ArtifactIdeasystub |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEasyStub
A framework for creating stubs quickly
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| easystub-1.0.pom | |
| easystub-1.0.jar | 26 KB |
| easystub-1.0-sources.jar | 11 KB |
| easystub-1.0-javadoc.jar | 108 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.easystub/easystub/ -->
<dependency>
<groupId>org.easystub</groupId>
<artifactId>easystub</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.easystub/easystub/
implementation 'org.easystub:easystub:1.0'
// https://jarcasting.com/artifacts/org.easystub/easystub/
implementation ("org.easystub:easystub:1.0")
'org.easystub:easystub:jar:1.0'
<dependency org="org.easystub" name="easystub" rev="1.0">
<artifact name="easystub" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easystub', module='easystub', version='1.0')
)
libraryDependencies += "org.easystub" % "easystub" % "1.0"
[org.easystub/easystub "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| cglib : cglib | jar | 2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |