MVN

org.specrunner : specrunner-sql

Maven & Gradle

Oct 30, 2018
2 usages
4 stars
<dependency>
    <groupId>org.specrunner</groupId>
    <artifactId>specrunner-sql</artifactId>
    <version>1.5.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.specrunner : specrunner-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.17

All Versions

Choose a version of org.specrunner : specrunner-sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
specrunner-sql-1.5.17
specrunner-sql-1.5.16
specrunner-sql-1.5.15
specrunner-sql-1.5.14
specrunner-sql-1.5.13
specrunner-sql-1.5.12
specrunner-sql-1.5.11
specrunner-sql-1.5.10
specrunner-sql-1.5.09
specrunner-sql-1.5.08
specrunner-sql-1.5.07
specrunner-sql-1.5.06
specrunner-sql-1.5.05
specrunner-sql-1.5.04
specrunner-sql-1.5.03
specrunner-sql-1.5.02
specrunner-sql-1.5.01
specrunner-sql-1.5.00
1.4.x
specrunner-sql-1.4.70
specrunner-sql-1.4.69
specrunner-sql-1.4.68
specrunner-sql-1.4.67
specrunner-sql-1.4.66
specrunner-sql-1.4.65
specrunner-sql-1.4.64
specrunner-sql-1.4.63
specrunner-sql-1.4.62
specrunner-sql-1.4.61
specrunner-sql-1.4.60
specrunner-sql-1.4.59
specrunner-sql-1.4.58
specrunner-sql-1.4.57
specrunner-sql-1.4.56
specrunner-sql-1.4.55
specrunner-sql-1.4.54
specrunner-sql-1.4.53
specrunner-sql-1.4.52
specrunner-sql-1.4.51
specrunner-sql-1.4.50
specrunner-sql-1.4.49
specrunner-sql-1.4.48
specrunner-sql-1.4.47
specrunner-sql-1.4.46
specrunner-sql-1.4.45
specrunner-sql-1.4.44
specrunner-sql-1.4.43
specrunner-sql-1.4.42
specrunner-sql-1.4.41
specrunner-sql-1.4.40
specrunner-sql-1.4.39
specrunner-sql-1.4.38
specrunner-sql-1.4.37
specrunner-sql-1.4.36
specrunner-sql-1.4.35
specrunner-sql-1.4.34
specrunner-sql-1.4.33
specrunner-sql-1.4.32
specrunner-sql-1.4.31
specrunner-sql-1.4.30
specrunner-sql-1.4.29
specrunner-sql-1.4.28
specrunner-sql-1.4.27
specrunner-sql-1.4.26
specrunner-sql-1.4.25
specrunner-sql-1.4.24
specrunner-sql-1.4.23
specrunner-sql-1.4.22
specrunner-sql-1.4.21
specrunner-sql-1.4.20
specrunner-sql-1.4.19
specrunner-sql-1.4.18
specrunner-sql-1.4.17
specrunner-sql-1.4.16
specrunner-sql-1.4.15
specrunner-sql-1.4.14
specrunner-sql-1.4.13
specrunner-sql-1.4.12
specrunner-sql-1.4.11
specrunner-sql-1.4.10
specrunner-sql-1.4.09
specrunner-sql-1.4.08
specrunner-sql-1.4.07
specrunner-sql-1.4.06
specrunner-sql-1.4.05
specrunner-sql-1.4.04
specrunner-sql-1.4.03
specrunner-sql-1.4.02
specrunner-sql-1.4.01
specrunner-sql-1.4.00
1.3.x
specrunner-sql-1.3.40
specrunner-sql-1.3.39
specrunner-sql-1.3.38
specrunner-sql-1.3.37
specrunner-sql-1.3.36
specrunner-sql-1.3.35
specrunner-sql-1.3.34
specrunner-sql-1.3.33
specrunner-sql-1.3.32
specrunner-sql-1.3.31
specrunner-sql-1.3.30
specrunner-sql-1.3.29
specrunner-sql-1.3.28
specrunner-sql-1.3.27
specrunner-sql-1.3.26
specrunner-sql-1.3.25
specrunner-sql-1.3.24
specrunner-sql-1.3.23
specrunner-sql-1.3.22
specrunner-sql-1.3.21
specrunner-sql-1.3.20
specrunner-sql-1.3.19
specrunner-sql-1.3.18
specrunner-sql-1.3.17
specrunner-sql-1.3.16
specrunner-sql-1.3.15
specrunner-sql-1.3.14
specrunner-sql-1.3.13
specrunner-sql-1.3.12
specrunner-sql-1.3.11
specrunner-sql-1.3.10
specrunner-sql-1.3.9
specrunner-sql-1.3.8
specrunner-sql-1.3.7
specrunner-sql-1.3.6
specrunner-sql-1.3.5
specrunner-sql-1.3.4
specrunner-sql-1.3.3
specrunner-sql-1.3.2
specrunner-sql-1.3.1
specrunner-sql-1.3.0
1.2
specrunner-sql-1.2
1.1.x
specrunner-sql-1.1.1
specrunner-sql-1.1.0
1.0.x
specrunner-sql-1.0.2
specrunner-sql-1.0.1
specrunner-sql-1.0.0

How to add a dependency to Maven

Add the following org.specrunner : specrunner-sql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.specrunner</groupId>
    <artifactId>specrunner-sql</artifactId>
    <version>1.5.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.specrunner : specrunner-sql gradle dependency to your build.gradle file:

implementation 'org.specrunner:specrunner-sql:1.5.17'

Gradle Kotlin DSL: Add the following org.specrunner : specrunner-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("org.specrunner:specrunner-sql:1.5.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.specrunner : specrunner-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "org.specrunner" % "specrunner-sql" % "1.5.17"

Advertisement

Dependencies from Group

Oct 30, 2018
14 usages
4 stars
Oct 30, 2018
2 usages
4 stars
May 24, 2013
2 usages
Oct 30, 2018
4 stars
Oct 30, 2018
4 stars

Discover Dependencies

Oct 12, 2020
3 usages
147 stars
Jul 30, 2015
5 usages
1 stars
Sep 07, 2019
4 usages
446 stars
May 21, 2017
3 usages
Nov 02, 2018
2 usages
444 stars
Jan 23, 2019
3 usages
261 stars
Dec 13, 2016
3 usages
1 stars
Jul 23, 2016
3 usages
10 stars
Aug 07, 2015
3 usages
148 stars