Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.smallmind |
ArtifactId | ArtifactIdsurefire-sleuth-provider |
Version | Version3.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.smallmind/surefire-sleuth-provider/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>surefire-sleuth-provider</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/surefire-sleuth-provider/
implementation 'org.smallmind:surefire-sleuth-provider:3.1.1'
// https://jarcasting.com/artifacts/org.smallmind/surefire-sleuth-provider/
implementation ("org.smallmind:surefire-sleuth-provider:3.1.1")
'org.smallmind:surefire-sleuth-provider:jar:3.1.1'
<dependency org="org.smallmind" name="surefire-sleuth-provider" rev="3.1.1">
<artifact name="surefire-sleuth-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='surefire-sleuth-provider', version='3.1.1')
)
libraryDependencies += "org.smallmind" % "surefire-sleuth-provider" % "3.1.1"
[org.smallmind/surefire-sleuth-provider "3.1.1"]