u

uspekx

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