MVN

io.github.fastmock : fastmock

Maven & Gradle

Mar 27, 2022
1 stars

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.

<dependency>
    <groupId>io.github.fastmock</groupId>
    <artifactId>fastmock</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fastmock : fastmock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of io.github.fastmock : fastmock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
fastmock-2.0.1
1.0.x
fastmock-1.0.8
fastmock-1.0.7
fastmock-1.0.6
fastmock-1.0.5
fastmock-1.0.4
fastmock-1.0.3
fastmock-1.0.2
fastmock-1.0.1

How to add a dependency to Maven

Add the following io.github.fastmock : fastmock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fastmock</groupId>
    <artifactId>fastmock</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fastmock : fastmock gradle dependency to your build.gradle file:

implementation 'io.github.fastmock:fastmock:2.0.1'

Gradle Kotlin DSL: Add the following io.github.fastmock : fastmock gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fastmock:fastmock:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fastmock : fastmock sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fastmock" % "fastmock" % "2.0.1"