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