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