| Категории |
КатегорииMaven Компиляция и сборка |
|---|---|
| Группа | Группаorg.smallmind |
| Идентификатор | Идентификаторsleuth-maven |
| Версия | Версия4.4.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| sleuth-maven-4.4.3.pom | 795 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.smallmind/sleuth-maven/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>sleuth-maven</artifactId>
<version>4.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/sleuth-maven/
implementation 'org.smallmind:sleuth-maven:4.4.3'
// https://jarcasting.com/artifacts/org.smallmind/sleuth-maven/
implementation ("org.smallmind:sleuth-maven:4.4.3")
'org.smallmind:sleuth-maven:pom:4.4.3'
<dependency org="org.smallmind" name="sleuth-maven" rev="4.4.3">
<artifact name="sleuth-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='sleuth-maven', version='4.4.3')
)
libraryDependencies += "org.smallmind" % "sleuth-maven" % "4.4.3"
[org.smallmind/sleuth-maven "4.4.3"]