GroupId | GroupIdcom.testerum |
---|---|
ArtifactId | ArtifactIdtesterum-runner-spring |
Version | Version5.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.testerum/testerum-runner-spring/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>testerum-runner-spring</artifactId>
<version>5.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/testerum-runner-spring/
implementation 'com.testerum:testerum-runner-spring:5.0.5'
// https://jarcasting.com/artifacts/com.testerum/testerum-runner-spring/
implementation ("com.testerum:testerum-runner-spring:5.0.5")
'com.testerum:testerum-runner-spring:jar:5.0.5'
<dependency org="com.testerum" name="testerum-runner-spring" rev="5.0.5">
<artifact name="testerum-runner-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='testerum-runner-spring', version='5.0.5')
)
libraryDependencies += "com.testerum" % "testerum-runner-spring" % "5.0.5"
[com.testerum/testerum-runner-spring "5.0.5"]