Files download
File Operation
stubr-spek-2.1.0-b2.jar download
stubr-spek-2.1.0-b2.pom download
stubr-spek-2.1.0-b2-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.leadrian.stubr</groupId>
  <artifactId>stubr-spek</artifactId>
  <version>2.1.0-b2</version>
</dependency>
Gradle Groovy
implementation 'ch.leadrian.stubr:stubr-spek:2.1.0-b2'
Gradle Kotlin
implementation("ch.leadrian.stubr:stubr-spek:2.1.0-b2")
Scala SBT
libraryDependencies += "ch.leadrian.stubr" % "stubr-spek" % "2.1.0-b2"
Groovy Grape
@Grapes(
  @Grab(group='ch.leadrian.stubr', module='stubr-spek', version='2.1.0-b2')
)
Apache Ivy
<dependency org="ch.leadrian.stubr" name="stubr-spek" rev="2.1.0-b2" />
Leiningen
[ch.leadrian.stubr/stubr-spek "2.1.0-b2"]
Apache Buildr
'ch.leadrian.stubr:stubr-spek:jar:2.1.0-b2'