u

uspek

Micro tool for testing with syntax similar to Spek, but shorter.
https://github.com/mareklangiewicz/USpek
Apache-2.0
Marek Langiewicz
Files download
File Operation
uspek-0.0.35.jar download
uspek-0.0.35.pom download
uspek-0.0.35-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.mareklangiewicz</groupId>
  <artifactId>uspek</artifactId>
  <version>0.0.35</version>
</dependency>
Gradle Groovy
implementation 'pl.mareklangiewicz:uspek:0.0.35'
Gradle Kotlin
implementation("pl.mareklangiewicz:uspek:0.0.35")
Scala SBT
libraryDependencies += "pl.mareklangiewicz" % "uspek" % "0.0.35"
Groovy Grape
@Grapes(
  @Grab(group='pl.mareklangiewicz', module='uspek', version='0.0.35')
)
Apache Ivy
<dependency org="pl.mareklangiewicz" name="uspek" rev="0.0.35" />
Leiningen
[pl.mareklangiewicz/uspek "0.0.35"]
Apache Buildr
'pl.mareklangiewicz:uspek:jar:0.0.35'