| Группа | Группаinfo.novatec.testit |
|---|---|
| Идентификатор | Идентификаторlogrecorder |
| Версия | Версия1.2.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| logrecorder-1.2.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/info.novatec.testit/logrecorder/ -->
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>logrecorder</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/info.novatec.testit/logrecorder/
implementation 'info.novatec.testit:logrecorder:1.2.0'
// https://jarcasting.com/artifacts/info.novatec.testit/logrecorder/
implementation ("info.novatec.testit:logrecorder:1.2.0")
'info.novatec.testit:logrecorder:pom:1.2.0'
<dependency org="info.novatec.testit" name="logrecorder" rev="1.2.0">
<artifact name="logrecorder" type="pom" />
</dependency>
@Grapes(
@Grab(group='info.novatec.testit', module='logrecorder', version='1.2.0')
)
libraryDependencies += "info.novatec.testit" % "logrecorder" % "1.2.0"
[info.novatec.testit/logrecorder "1.2.0"]