e

easy-mock-core

文件下载
文件名 操作
easy-mock-core-0.0.1.jar 下载
easy-mock-core-0.0.1.pom 下载
easy-mock-core-0.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.lzj960515</groupId>
  <artifactId>easy-mock-core</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.lzj960515:easy-mock-core:0.0.1'
Gradle Kotlin
implementation("com.github.lzj960515:easy-mock-core:0.0.1")
Scala SBT
libraryDependencies += "com.github.lzj960515" % "easy-mock-core" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.lzj960515', module='easy-mock-core', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.lzj960515" name="easy-mock-core" rev="0.0.1" />
Leiningen
[com.github.lzj960515/easy-mock-core "0.0.1"]
Apache Buildr
'com.github.lzj960515:easy-mock-core:jar:0.0.1'