License |
License |
---|---|
GroupId | GroupIdio.github.fastmock |
ArtifactId | ArtifactIdfastmock |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfastmock
It is easy to mock API based on Java and use json syntax. It supports string, number, array and object.
It is only for mock data.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fastmock-2.0.1.pom | |
fastmock-2.0.1.jar | 88 KB |
fastmock-2.0.1-sources.jar | 71 KB |
fastmock-2.0.1-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fastmock/fastmock/ -->
<dependency>
<groupId>io.github.fastmock</groupId>
<artifactId>fastmock</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fastmock/fastmock/
implementation 'io.github.fastmock:fastmock:2.0.1'
// https://jarcasting.com/artifacts/io.github.fastmock/fastmock/
implementation ("io.github.fastmock:fastmock:2.0.1")
'io.github.fastmock:fastmock:jar:2.0.1'
<dependency org="io.github.fastmock" name="fastmock" rev="2.0.1">
<artifact name="fastmock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fastmock', module='fastmock', version='2.0.1')
)
libraryDependencies += "io.github.fastmock" % "fastmock" % "2.0.1"
[io.github.fastmock/fastmock "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
commons-io : commons-io | jar | 2.11.0 |
com.alibaba : fastjson | jar | 1.2.79 |
com.github.mifmif : generex | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 2.23.4 |