GroupId | GroupIdorg.jmock |
---|---|
ArtifactId | ArtifactIdjmock-example |
Version | Version2.11.0 |
Type | Typejar |
Filename | Size |
---|---|
jmock-example-2.11.0.pom | |
jmock-example-2.11.0.jar | 44 KB |
jmock-example-2.11.0-sources.jar | 15 KB |
jmock-example-2.11.0-javadoc.jar | 554 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jmock/jmock-example/ -->
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-example</artifactId>
<version>2.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmock/jmock-example/
implementation 'org.jmock:jmock-example:2.11.0'
// https://jarcasting.com/artifacts/org.jmock/jmock-example/
implementation ("org.jmock:jmock-example:2.11.0")
'org.jmock:jmock-example:jar:2.11.0'
<dependency org="org.jmock" name="jmock-example" rev="2.11.0">
<artifact name="jmock-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmock', module='jmock-example', version='2.11.0')
)
libraryDependencies += "org.jmock" % "jmock-example" % "2.11.0"
[org.jmock/jmock-example "2.11.0"]