| License |
License |
|---|---|
| GroupId | GroupIdcom.dinstone.ut |
| ArtifactId | ArtifactIdfaststub |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFastStub
FastStub is a fast and simple test stubbing framework for Java UT.
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationdinstone |
| Filename | Size |
|---|---|
| faststub-1.0.0.pom | |
| faststub-1.0.0.jar | 15 KB |
| faststub-1.0.0-sources.jar | 13 KB |
| faststub-1.0.0-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dinstone.ut/faststub/ -->
<dependency>
<groupId>com.dinstone.ut</groupId>
<artifactId>faststub</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinstone.ut/faststub/
implementation 'com.dinstone.ut:faststub:1.0.0'
// https://jarcasting.com/artifacts/com.dinstone.ut/faststub/
implementation ("com.dinstone.ut:faststub:1.0.0")
'com.dinstone.ut:faststub:jar:1.0.0'
<dependency org="com.dinstone.ut" name="faststub" rev="1.0.0">
<artifact name="faststub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinstone.ut', module='faststub', version='1.0.0')
)
libraryDependencies += "com.dinstone.ut" % "faststub" % "1.0.0"
[com.dinstone.ut/faststub "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.1 |
| cglib : cglib | jar | 2.2 |
| org.springframework : spring-context | jar | 2.5.6 |
| org.springframework : spring-beans | jar | 2.5.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-jdk14 | jar | 1.6.1 |