| GroupId | GroupIdorg.bitbucket.swattu |
|---|---|
| ArtifactId | ArtifactIdall-coverage |
| Version | Version4.1.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| all-coverage-4.1.13.pom | |
| all-coverage-4.1.13.jar | 1 KB |
| all-coverage-4.1.13-tests.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.swattu/all-coverage/ -->
<dependency>
<groupId>org.bitbucket.swattu</groupId>
<artifactId>all-coverage</artifactId>
<version>4.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/all-coverage/
implementation 'org.bitbucket.swattu:all-coverage:4.1.13'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/all-coverage/
implementation ("org.bitbucket.swattu:all-coverage:4.1.13")
'org.bitbucket.swattu:all-coverage:jar:4.1.13'
<dependency org="org.bitbucket.swattu" name="all-coverage" rev="4.1.13">
<artifact name="all-coverage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='all-coverage', version='4.1.13')
)
libraryDependencies += "org.bitbucket.swattu" % "all-coverage" % "4.1.13"
[org.bitbucket.swattu/all-coverage "4.1.13"]