Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.tesults.junit5 |
ArtifactId | ArtifactIdtesults-junit5 |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
tesults-junit5-1.0.3.pom | |
tesults-junit5-1.0.3.jar | 5 KB |
tesults-junit5-1.0.3-sources.jar | 3 KB |
tesults-junit5-1.0.3-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tesults.junit5/tesults-junit5/ -->
<dependency>
<groupId>com.tesults.junit5</groupId>
<artifactId>tesults-junit5</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tesults.junit5/tesults-junit5/
implementation 'com.tesults.junit5:tesults-junit5:1.0.3'
// https://jarcasting.com/artifacts/com.tesults.junit5/tesults-junit5/
implementation ("com.tesults.junit5:tesults-junit5:1.0.3")
'com.tesults.junit5:tesults-junit5:jar:1.0.3'
<dependency org="com.tesults.junit5" name="tesults-junit5" rev="1.0.3">
<artifact name="tesults-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tesults.junit5', module='tesults-junit5', version='1.0.3')
)
libraryDependencies += "com.tesults.junit5" % "tesults-junit5" % "1.0.3"
[com.tesults.junit5/tesults-junit5 "1.0.3"]