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