| Categories |
CategoriesJUnit Unit Testing |
|---|---|
| GroupId | GroupIdcom.tocea.easycoverage |
| ArtifactId | ArtifactIdeasyCoverage4J-junit |
| Version | Version0.2.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tocea.easycoverage/easyCoverage4J-junit/ -->
<dependency>
<groupId>com.tocea.easycoverage</groupId>
<artifactId>easyCoverage4J-junit</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tocea.easycoverage/easyCoverage4J-junit/
implementation 'com.tocea.easycoverage:easyCoverage4J-junit:0.2.1'
// https://jarcasting.com/artifacts/com.tocea.easycoverage/easyCoverage4J-junit/
implementation ("com.tocea.easycoverage:easyCoverage4J-junit:0.2.1")
'com.tocea.easycoverage:easyCoverage4J-junit:jar:0.2.1'
<dependency org="com.tocea.easycoverage" name="easyCoverage4J-junit" rev="0.2.1">
<artifact name="easyCoverage4J-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tocea.easycoverage', module='easyCoverage4J-junit', version='0.2.1')
)
libraryDependencies += "com.tocea.easycoverage" % "easyCoverage4J-junit" % "0.2.1"
[com.tocea.easycoverage/easyCoverage4J-junit "0.2.1"]