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