is not current version
Last Version 2.0.1

fastmock 1.0.8

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.

License

License

GroupId

GroupId

io.github.fastmock
ArtifactId

ArtifactId

fastmock
Version

Version

1.0.8
Type

Type

jar
Description

Description

fastmock
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

http://github.com/fastmock/fastmock
Project Organization

Project Organization

fastmock Group
Source Code Management

Source Code Management

https://github.com/fastmock/fastmock

Download fastmock 1.0.8


<!-- 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"]

Dependencies

compile (3)

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

provided (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
org.projectlombok : lombok jar 1.18.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.