is not current version
Last Version 0.60

me.atam:test-utils 0.6.1

Contains some common code shared by tests.

GroupId

GroupId

me.atam
ArtifactId

ArtifactId

test-utils
Version

Version

0.6.1
Type

Type

jar

Download test-utils 0.6.1


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