License |
License |
---|---|
GroupId | GroupIdio.github.techthird |
ArtifactId | ArtifactIdfast-mock-core |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Description自动生成mock测试代码插件,通过Maven插件配置,一键生成配置包/类的单元测试代码,极大减少开发写单元测试代码的时间,提高单元测试覆盖率
|
Filename | Size |
---|---|
fast-mock-core-1.0.5.pom | |
fast-mock-core-1.0.5.jar | 88 KB |
fast-mock-core-1.0.5-sources.jar | 48 KB |
fast-mock-core-1.0.5-javadoc.jar | 307 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.techthird/fast-mock-core/ -->
<dependency>
<groupId>io.github.techthird</groupId>
<artifactId>fast-mock-core</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.techthird/fast-mock-core/
implementation 'io.github.techthird:fast-mock-core:1.0.5'
// https://jarcasting.com/artifacts/io.github.techthird/fast-mock-core/
implementation ("io.github.techthird:fast-mock-core:1.0.5")
'io.github.techthird:fast-mock-core:jar:1.0.5'
<dependency org="io.github.techthird" name="fast-mock-core" rev="1.0.5">
<artifact name="fast-mock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.techthird', module='fast-mock-core', version='1.0.5')
)
libraryDependencies += "io.github.techthird" % "fast-mock-core" % "1.0.5"
[io.github.techthird/fast-mock-core "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.thoughtworks.qdox : qdox | jar | 2.0.0 |
org.freemarker : freemarker | jar | 2.3.28 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
org.springframework : spring-core | jar | 5.3.2 |
com.alibaba : fastjson | jar | 1.2.67 |
org.apache.maven : maven-plugin-api | jar | 3.6.0 |
org.projectlombok : lombok | jar | 1.18.6 |