Categories |
CategoriesCobertura Application Testing & Monitoring Code Coverage |
---|---|
GroupId | GroupIdde.johoop |
ArtifactId | ArtifactIdcobertura4sbt |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
cobertura4sbt-1.0.0.pom | |
cobertura4sbt-1.0.0.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.johoop/cobertura4sbt/ -->
<dependency>
<groupId>de.johoop</groupId>
<artifactId>cobertura4sbt</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.johoop/cobertura4sbt/
implementation 'de.johoop:cobertura4sbt:1.0.0'
// https://jarcasting.com/artifacts/de.johoop/cobertura4sbt/
implementation ("de.johoop:cobertura4sbt:1.0.0")
'de.johoop:cobertura4sbt:jar:1.0.0'
<dependency org="de.johoop" name="cobertura4sbt" rev="1.0.0">
<artifact name="cobertura4sbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.johoop', module='cobertura4sbt', version='1.0.0')
)
libraryDependencies += "de.johoop" % "cobertura4sbt" % "1.0.0"
[de.johoop/cobertura4sbt "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.7.7 |