is not current version
Last Version 0.2.0

io.github.olib963:javatest-eventually 0.1.0

Assertion wrapper for eventual consistency in tests

GroupId

GroupId

io.github.olib963
ArtifactId

ArtifactId

javatest-eventually
Version

Version

0.1.0
Type

Type

jar

Download javatest-eventually 0.1.0


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