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