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