GroupId | GroupIdorg.specrunner |
---|---|
ArtifactId | ArtifactIdspecrunner-core |
Version | Version1.3.21 |
Type | Typejar |
Filename | Size |
---|---|
specrunner-core-1.3.21.pom | |
specrunner-core-1.3.21.jar | 599 KB |
specrunner-core-1.3.21-sources.jar | 592 KB |
specrunner-core-1.3.21-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specrunner/specrunner-core/ -->
<dependency>
<groupId>org.specrunner</groupId>
<artifactId>specrunner-core</artifactId>
<version>1.3.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.specrunner/specrunner-core/
implementation 'org.specrunner:specrunner-core:1.3.21'
// https://jarcasting.com/artifacts/org.specrunner/specrunner-core/
implementation ("org.specrunner:specrunner-core:1.3.21")
'org.specrunner:specrunner-core:jar:1.3.21'
<dependency org="org.specrunner" name="specrunner-core" rev="1.3.21">
<artifact name="specrunner-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specrunner', module='specrunner-core', version='1.3.21')
)
libraryDependencies += "org.specrunner" % "specrunner-core" % "1.3.21"
[org.specrunner/specrunner-core "1.3.21"]