is not current version
Last Version 0.60

me.atam:test-utils 0.15

Contains some common code shared by tests.

GroupId

GroupId

me.atam
ArtifactId

ArtifactId

test-utils
Version

Version

0.15
Type

Type

jar

Download test-utils 0.15


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