is not current version
Last Version 0.60

me.atam:dummy-tests 0.45

Contains dummy tests to verify that atam4j reports correctly on the status of tests that we know in advance will pass or fail. These are not run during the build.

GroupId

GroupId

me.atam
ArtifactId

ArtifactId

dummy-tests
Version

Version

0.45
Type

Type

jar

Download dummy-tests 0.45


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