is not current version
Last Version 1.2.0

se.thinkcode.wait:test 1.0.0


GroupId

GroupId

se.thinkcode.wait
ArtifactId

ArtifactId

test
Version

Version

1.0.0
Type

Type

jar

Download test 1.0.0


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