| Categories |
CategoriesJUnit Unit Testing |
|---|---|
| GroupId | GroupIdorg.leapframework |
| ArtifactId | ArtifactIdleap-junit |
| Version | Version0.7.2b |
| Type | Typejar |
| Filename | Size |
|---|---|
| leap-junit-0.7.2b.pom | |
| leap-junit-0.7.2b.jar | 21 KB |
| leap-junit-0.7.2b-sources.jar | 14 KB |
| leap-junit-0.7.2b-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.leapframework/leap-junit/ -->
<dependency>
<groupId>org.leapframework</groupId>
<artifactId>leap-junit</artifactId>
<version>0.7.2b</version>
</dependency>
// https://jarcasting.com/artifacts/org.leapframework/leap-junit/
implementation 'org.leapframework:leap-junit:0.7.2b'
// https://jarcasting.com/artifacts/org.leapframework/leap-junit/
implementation ("org.leapframework:leap-junit:0.7.2b")
'org.leapframework:leap-junit:jar:0.7.2b'
<dependency org="org.leapframework" name="leap-junit" rev="0.7.2b">
<artifact name="leap-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leapframework', module='leap-junit', version='0.7.2b')
)
libraryDependencies += "org.leapframework" % "leap-junit" % "0.7.2b"
[org.leapframework/leap-junit "0.7.2b"]