文件下载
文件名 操作
junit5-undertow-2.0.2.jar 下载
junit5-undertow-2.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.skjolber.mockito-rest-spring</groupId>
  <artifactId>junit5-undertow</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.skjolber.mockito-rest-spring:junit5-undertow:2.0.2'
Gradle Kotlin
implementation("com.github.skjolber.mockito-rest-spring:junit5-undertow:2.0.2")
Scala SBT
libraryDependencies += "com.github.skjolber.mockito-rest-spring" % "junit5-undertow" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.skjolber.mockito-rest-spring', module='junit5-undertow', version='2.0.2')
)
Apache Ivy
<dependency org="com.github.skjolber.mockito-rest-spring" name="junit5-undertow" rev="2.0.2" />
Leiningen
[com.github.skjolber.mockito-rest-spring/junit5-undertow "2.0.2"]
Apache Buildr
'com.github.skjolber.mockito-rest-spring:junit5-undertow:jar:2.0.2'