is not current version
Last Version 2.1.1

org.webpieces:core-mock 2.0.153

a simple mock superclass that mock objects can use to have less code

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

core-mock
Version

Version

2.0.153
Type

Type

jar

Download core-mock 2.0.153


<!-- https://jarcasting.com/artifacts/org.webpieces/core-mock/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>core-mock</artifactId>
    <version>2.0.153</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core-mock/
implementation 'org.webpieces:core-mock:2.0.153'
// https://jarcasting.com/artifacts/org.webpieces/core-mock/
implementation ("org.webpieces:core-mock:2.0.153")
'org.webpieces:core-mock:jar:2.0.153'
<dependency org="org.webpieces" name="core-mock" rev="2.0.153">
  <artifact name="core-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core-mock', version='2.0.153')
)
libraryDependencies += "org.webpieces" % "core-mock" % "2.0.153"
[org.webpieces/core-mock "2.0.153"]