| Категории |
КатегорииEclipse Che Инструменты разработки IDE CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.eclipse.che.core |
| Идентификатор | Идентификаторche-core-commons-tracing |
| Версия | Версия7.23.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-commons-tracing/ -->
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-commons-tracing</artifactId>
<version>7.23.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-commons-tracing/
implementation 'org.eclipse.che.core:che-core-commons-tracing:7.23.2'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-commons-tracing/
implementation ("org.eclipse.che.core:che-core-commons-tracing:7.23.2")
'org.eclipse.che.core:che-core-commons-tracing:jar:7.23.2'
<dependency org="org.eclipse.che.core" name="che-core-commons-tracing" rev="7.23.2">
<artifact name="che-core-commons-tracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-commons-tracing', version='7.23.2')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-commons-tracing" % "7.23.2"
[org.eclipse.che.core/che-core-commons-tracing "7.23.2"]