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