x

xlsx-matchers

Elegant object-oriented hamcrest matchers for Apache POI.
http://github.com/dgroup/xlsx-matchers
${project.licence}
Yurii Dubinka
Files download
File Operation
xlsx-matchers-0.2.0.jar download
xlsx-matchers-0.2.0.pom download
xlsx-matchers-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.dgroup</groupId>
  <artifactId>xlsx-matchers</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.dgroup:xlsx-matchers:0.2.0'
Gradle Kotlin
implementation("io.github.dgroup:xlsx-matchers:0.2.0")
Scala SBT
libraryDependencies += "io.github.dgroup" % "xlsx-matchers" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dgroup', module='xlsx-matchers', version='0.2.0')
)
Apache Ivy
<dependency org="io.github.dgroup" name="xlsx-matchers" rev="0.2.0" />
Leiningen
[io.github.dgroup/xlsx-matchers "0.2.0"]
Apache Buildr
'io.github.dgroup:xlsx-matchers:jar:0.2.0'