Files download
File Operation
easy-mock-0.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.lzj960515</groupId>
  <artifactId>easy-mock</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.lzj960515:easy-mock:0.0.1'
Gradle Kotlin
implementation("com.github.lzj960515:easy-mock:0.0.1")
Scala SBT
libraryDependencies += "com.github.lzj960515" % "easy-mock" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.lzj960515', module='easy-mock', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.lzj960515" name="easy-mock" rev="0.0.1" />
Leiningen
[com.github.lzj960515/easy-mock "0.0.1"]
Apache Buildr
'com.github.lzj960515:easy-mock:jar:0.0.1'
Dependencies
The project has no third-party dependencies