is not current version
Last Version 2.0.1

uk.org.webcompere:system-stubs-core 1.0.0

A collection of functions for testing code which uses java.lang.System.

GroupId

GroupId

uk.org.webcompere
ArtifactId

ArtifactId

system-stubs-core
Version

Version

1.0.0
Type

Type

jar

Download system-stubs-core 1.0.0


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