| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.htrace |
| Идентификатор | Идентификаторhtrace |
| Последняя версия | Последняя версия3.0.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеhtrace
Tracing library
|
| Имя Файла | Размер |
|---|---|
| htrace-3.0.4.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.htrace/htrace/ -->
<dependency>
<groupId>org.htrace</groupId>
<artifactId>htrace</artifactId>
<version>3.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.htrace/htrace/
implementation 'org.htrace:htrace:3.0.4'
// https://jarcasting.com/artifacts/org.htrace/htrace/
implementation ("org.htrace:htrace:3.0.4")
'org.htrace:htrace:pom:3.0.4'
<dependency org="org.htrace" name="htrace" rev="3.0.4">
<artifact name="htrace" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.htrace', module='htrace', version='3.0.4')
)
libraryDependencies += "org.htrace" % "htrace" % "3.0.4"
[org.htrace/htrace "3.0.4"]