Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.testerum |
ArtifactId | ArtifactIdtesterum-junit |
Version | Version5.2.1 |
Type | Typejar |
Filename | Size |
---|---|
testerum-junit-5.2.1.pom | |
testerum-junit-5.2.1.jar | 16 KB |
testerum-junit-5.2.1-sources.jar | 3 KB |
testerum-junit-5.2.1-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/testerum-junit/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>testerum-junit</artifactId>
<version>5.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/testerum-junit/
implementation 'com.testerum:testerum-junit:5.2.1'
// https://jarcasting.com/artifacts/com.testerum/testerum-junit/
implementation ("com.testerum:testerum-junit:5.2.1")
'com.testerum:testerum-junit:jar:5.2.1'
<dependency org="com.testerum" name="testerum-junit" rev="5.2.1">
<artifact name="testerum-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='testerum-junit', version='5.2.1')
)
libraryDependencies += "com.testerum" % "testerum-junit" % "5.2.1"
[com.testerum/testerum-junit "5.2.1"]