| License |
License |
|---|---|
| GroupId | GroupIdorg.infinitest |
| ArtifactId | ArtifactIdinfinitest |
| Last Version | Last Version4.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioninfinitest
The Infinitest coninuous testing tool
|
| Filename | Size |
|---|---|
| infinitest-4.0.1.pom | |
| infinitest-4.0.1.jar | 132 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.infinitest/infinitest/ -->
<dependency>
<groupId>org.infinitest</groupId>
<artifactId>infinitest</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.infinitest/infinitest/
implementation 'org.infinitest:infinitest:4.0.1'
// https://jarcasting.com/artifacts/org.infinitest/infinitest/
implementation ("org.infinitest:infinitest:4.0.1")
'org.infinitest:infinitest:jar:4.0.1'
<dependency org="org.infinitest" name="infinitest" rev="4.0.1">
<artifact name="infinitest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.infinitest', module='infinitest', version='4.0.1')
)
libraryDependencies += "org.infinitest" % "infinitest" % "4.0.1"
[org.infinitest/infinitest "4.0.1"]