h

hamcrest-resultset-matcher

This project provides hamcrest matcher that compares java.sql.ResultSet objects.
https://github.com/exasol/hamcrest-resultset-matcher
MIT
Exasol
Files download
File Operation
hamcrest-resultset-matcher-1.1.0.jar download
hamcrest-resultset-matcher-1.1.0.pom download
hamcrest-resultset-matcher-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.exasol</groupId>
  <artifactId>hamcrest-resultset-matcher</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.exasol:hamcrest-resultset-matcher:1.1.0'
Gradle Kotlin
implementation("com.exasol:hamcrest-resultset-matcher:1.1.0")
Scala SBT
libraryDependencies += "com.exasol" % "hamcrest-resultset-matcher" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.exasol', module='hamcrest-resultset-matcher', version='1.1.0')
)
Apache Ivy
<dependency org="com.exasol" name="hamcrest-resultset-matcher" rev="1.1.0" />
Leiningen
[com.exasol/hamcrest-resultset-matcher "1.1.0"]
Apache Buildr
'com.exasol:hamcrest-resultset-matcher:jar:1.1.0'