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