License |
License |
---|---|
GroupId | GroupIdio.github.fastmock |
ArtifactId | ArtifactIdfastmock |
Version | Version1.0.8 |
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-1.0.8.pom | |
fastmock-1.0.8.jar | 109 KB |
fastmock-1.0.8-sources.jar | 88 KB |
fastmock-1.0.8-javadoc.jar | 356 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fastmock/fastmock/ -->
<dependency>
<groupId>io.github.fastmock</groupId>
<artifactId>fastmock</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fastmock/fastmock/
implementation 'io.github.fastmock:fastmock:1.0.8'
// https://jarcasting.com/artifacts/io.github.fastmock/fastmock/
implementation ("io.github.fastmock:fastmock:1.0.8")
'io.github.fastmock:fastmock:jar:1.0.8'
<dependency org="io.github.fastmock" name="fastmock" rev="1.0.8">
<artifact name="fastmock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fastmock', module='fastmock', version='1.0.8')
)
libraryDependencies += "io.github.fastmock" % "fastmock" % "1.0.8"
[io.github.fastmock/fastmock "1.0.8"]
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 |
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 |