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