u

uspekx

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