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