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