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