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