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