u

uspekx

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
uspekx-0.0.28.jar download
uspekx-0.0.28.pom download
uspekx-0.0.28-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.mareklangiewicz</groupId>
  <artifactId>uspekx</artifactId>
  <version>0.0.28</version>
</dependency>
Gradle Groovy
implementation 'pl.mareklangiewicz:uspekx:0.0.28'
Gradle Kotlin
implementation("pl.mareklangiewicz:uspekx:0.0.28")
Scala SBT
libraryDependencies += "pl.mareklangiewicz" % "uspekx" % "0.0.28"
Groovy Grape
@Grapes(
  @Grab(group='pl.mareklangiewicz', module='uspekx', version='0.0.28')
)
Apache Ivy
<dependency org="pl.mareklangiewicz" name="uspekx" rev="0.0.28" />
Leiningen
[pl.mareklangiewicz/uspekx "0.0.28"]
Apache Buildr
'pl.mareklangiewicz:uspekx:jar:0.0.28'