Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.tesults.junit5 |
ArtifactId | ArtifactIdtesults-junit5 |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
tesults-junit5-1.0.1.pom | |
tesults-junit5-1.0.1.jar | 5 KB |
tesults-junit5-1.0.1-sources.jar | 3 KB |
tesults-junit5-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tesults.junit5/tesults-junit5/
implementation 'com.tesults.junit5:tesults-junit5:1.0.1'
// https://jarcasting.com/artifacts/com.tesults.junit5/tesults-junit5/
implementation ("com.tesults.junit5:tesults-junit5:1.0.1")
'com.tesults.junit5:tesults-junit5:jar:1.0.1'
<dependency org="com.tesults.junit5" name="tesults-junit5" rev="1.0.1">
<artifact name="tesults-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tesults.junit5', module='tesults-junit5', version='1.0.1')
)
libraryDependencies += "com.tesults.junit5" % "tesults-junit5" % "1.0.1"
[com.tesults.junit5/tesults-junit5 "1.0.1"]