j

jmock-junit3

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