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