is not current version
Last Version 2.0.1

io.github.fastmock:fastmock 1.0.6

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.

GroupId

GroupId

io.github.fastmock
ArtifactId

ArtifactId

fastmock
Version

Version

1.0.6
Type

Type

jar

Download fastmock 1.0.6


<!-- https://jarcasting.com/artifacts/io.github.fastmock/fastmock/ -->
<dependency>
    <groupId>io.github.fastmock</groupId>
    <artifactId>fastmock</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fastmock/fastmock/
implementation 'io.github.fastmock:fastmock:1.0.6'
// https://jarcasting.com/artifacts/io.github.fastmock/fastmock/
implementation ("io.github.fastmock:fastmock:1.0.6")
'io.github.fastmock:fastmock:jar:1.0.6'
<dependency org="io.github.fastmock" name="fastmock" rev="1.0.6">
  <artifact name="fastmock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fastmock', module='fastmock', version='1.0.6')
)
libraryDependencies += "io.github.fastmock" % "fastmock" % "1.0.6"
[io.github.fastmock/fastmock "1.0.6"]