is not current version
Last Version 1.0.2

com.github.serguei-p:test_utils 1.0.0

Test utilities

GroupId

GroupId

com.github.serguei-p
ArtifactId

ArtifactId

test_utils
Version

Version

1.0.0
Type

Type

jar

Download test_utils 1.0.0


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