u

uspekx

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