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