n

needle4k

needle4k is a light-weight framework for testing isolated Jakarta EE components outside the container. It reduces the test setup code by analysing injected dependencies and automatic creation of mock objects. needle4k is the Kotlin based successor of the well-known needle4j framework.
https://github.com/needle4k/needle4k
LGPL
Markus Dahm Carsten Erker Heinz Wilming Jan Galinski
文件下载
文件名 操作
needle4k-4.0.1.jar 下载
needle4k-4.0.1.pom 下载
needle4k-4.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.needle4k</groupId>
  <artifactId>needle4k</artifactId>
  <version>4.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.needle4k:needle4k:4.0.1'
Gradle Kotlin
implementation("io.github.needle4k:needle4k:4.0.1")
Scala SBT
libraryDependencies += "io.github.needle4k" % "needle4k" % "4.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.needle4k', module='needle4k', version='4.0.1')
)
Apache Ivy
<dependency org="io.github.needle4k" name="needle4k" rev="4.0.1" />
Leiningen
[io.github.needle4k/needle4k "4.0.1"]
Apache Buildr
'io.github.needle4k:needle4k:jar:4.0.1'