| Группа | Группаio.github.joangtsq |
|---|---|
| Идентификатор | ИдентификаторtestReporter |
| Версия | Версия0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| testReporter-0.1.pom | |
| testReporter-0.1.jar | 985 KB |
| testReporter-0.1-sources.jar | 877 KB |
| testReporter-0.1-javadoc.jar | 786 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.joangtsq/testReporter/ -->
<dependency>
<groupId>io.github.joangtsq</groupId>
<artifactId>testReporter</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.joangtsq/testReporter/
implementation 'io.github.joangtsq:testReporter:0.1'
// https://jarcasting.com/artifacts/io.github.joangtsq/testReporter/
implementation ("io.github.joangtsq:testReporter:0.1")
'io.github.joangtsq:testReporter:jar:0.1'
<dependency org="io.github.joangtsq" name="testReporter" rev="0.1">
<artifact name="testReporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.joangtsq', module='testReporter', version='0.1')
)
libraryDependencies += "io.github.joangtsq" % "testReporter" % "0.1"
[io.github.joangtsq/testReporter "0.1"]