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