| Categories |
CategoriesMaven Build Tools |
|---|---|
| GroupId | GroupIdorg.smallmind |
| ArtifactId | ArtifactIdsleuth-maven |
| Version | Version4.4.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| sleuth-maven-4.4.6.pom | 795 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/sleuth-maven/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>sleuth-maven</artifactId>
<version>4.4.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/sleuth-maven/
implementation 'org.smallmind:sleuth-maven:4.4.6'
// https://jarcasting.com/artifacts/org.smallmind/sleuth-maven/
implementation ("org.smallmind:sleuth-maven:4.4.6")
'org.smallmind:sleuth-maven:pom:4.4.6'
<dependency org="org.smallmind" name="sleuth-maven" rev="4.4.6">
<artifact name="sleuth-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='sleuth-maven', version='4.4.6')
)
libraryDependencies += "org.smallmind" % "sleuth-maven" % "4.4.6"
[org.smallmind/sleuth-maven "4.4.6"]