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