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