Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.leapframework |
ArtifactId | ArtifactIdleap-junit |
Version | Version0.7.1b |
Type | Typejar |
Filename | Size |
---|---|
leap-junit-0.7.1b.pom | |
leap-junit-0.7.1b.jar | 21 KB |
leap-junit-0.7.1b-sources.jar | 14 KB |
leap-junit-0.7.1b-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.1b</version>
</dependency>
// https://jarcasting.com/artifacts/org.leapframework/leap-junit/
implementation 'org.leapframework:leap-junit:0.7.1b'
// https://jarcasting.com/artifacts/org.leapframework/leap-junit/
implementation ("org.leapframework:leap-junit:0.7.1b")
'org.leapframework:leap-junit:jar:0.7.1b'
<dependency org="org.leapframework" name="leap-junit" rev="0.7.1b">
<artifact name="leap-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leapframework', module='leap-junit', version='0.7.1b')
)
libraryDependencies += "org.leapframework" % "leap-junit" % "0.7.1b"
[org.leapframework/leap-junit "0.7.1b"]