is not current version
Last Version 1.5.0

io.github.grigory-rylov:test-report 1.4.0

This Library is a for of android gradle test report generator v2.3.0. It allows to generate android instrumental test reports without android gradle dependency

GroupId

GroupId

io.github.grigory-rylov
ArtifactId

ArtifactId

test-report
Version

Version

1.4.0
Type

Type

jar

Download test-report 1.4.0


<!-- https://jarcasting.com/artifacts/io.github.grigory-rylov/test-report/ -->
<dependency>
    <groupId>io.github.grigory-rylov</groupId>
    <artifactId>test-report</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.grigory-rylov/test-report/
implementation 'io.github.grigory-rylov:test-report:1.4.0'
// https://jarcasting.com/artifacts/io.github.grigory-rylov/test-report/
implementation ("io.github.grigory-rylov:test-report:1.4.0")
'io.github.grigory-rylov:test-report:jar:1.4.0'
<dependency org="io.github.grigory-rylov" name="test-report" rev="1.4.0">
  <artifact name="test-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.grigory-rylov', module='test-report', version='1.4.0')
)
libraryDependencies += "io.github.grigory-rylov" % "test-report" % "1.4.0"
[io.github.grigory-rylov/test-report "1.4.0"]