u

uspek

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