Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdno.antares |
ArtifactId | ArtifactIdeventualj |
Version | Version0.5 |
Type | Typejar |
Description |
Descriptioneventualj
Eventual assertions, for Java.
Making asynchronous assertions elegant.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eventualj-0.5.pom | |
eventualj-0.5.jar | 9 KB |
eventualj-0.5-sources.jar | 3 KB |
eventualj-0.5-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.antares/eventualj/ -->
<dependency>
<groupId>no.antares</groupId>
<artifactId>eventualj</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/no.antares/eventualj/
implementation 'no.antares:eventualj:0.5'
// https://jarcasting.com/artifacts/no.antares/eventualj/
implementation ("no.antares:eventualj:0.5")
'no.antares:eventualj:jar:0.5'
<dependency org="no.antares" name="eventualj" rev="0.5">
<artifact name="eventualj" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.antares', module='eventualj', version='0.5')
)
libraryDependencies += "no.antares" % "eventualj" % "0.5"
[no.antares/eventualj "0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.lambdaj : lambdaj | jar | 2.3.1 |
com.google.code.tempus-fugit : tempus-fugit | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.10 |
org.hamcrest : hamcrest-core | jar | 1.2 |