GroupId | GroupIdorg.specrunner |
---|---|
ArtifactId | ArtifactIdspecrunner-core-spring |
Version | Version1.3.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.specrunner/specrunner-core-spring/ -->
<dependency>
<groupId>org.specrunner</groupId>
<artifactId>specrunner-core-spring</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.specrunner/specrunner-core-spring/
implementation 'org.specrunner:specrunner-core-spring:1.3.8'
// https://jarcasting.com/artifacts/org.specrunner/specrunner-core-spring/
implementation ("org.specrunner:specrunner-core-spring:1.3.8")
'org.specrunner:specrunner-core-spring:jar:1.3.8'
<dependency org="org.specrunner" name="specrunner-core-spring" rev="1.3.8">
<artifact name="specrunner-core-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specrunner', module='specrunner-core-spring', version='1.3.8')
)
libraryDependencies += "org.specrunner" % "specrunner-core-spring" % "1.3.8"
[org.specrunner/specrunner-core-spring "1.3.8"]