is not current version
Last Version 2.1.1

org.webpieces:core-mock 1.9.56

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

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

core-mock
Version

Version

1.9.56
Type

Type

jar

Download core-mock 1.9.56


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