r

resteasy-spring-boot-starter-test

Integration test project for RESTEasy Spring Boot starter
https://github.com/resteasy/resteasy-spring-boot
The Apache License, Version 2.0
Fabio Carvalho Alessio Soldano
文件下载
文件名 操作
resteasy-spring-boot-starter-test-6.0.0.Alpha2.jar 下载
resteasy-spring-boot-starter-test-6.0.0.Alpha2.pom 下载
Apache Maven
<dependency>
  <groupId>org.jboss.resteasy</groupId>
  <artifactId>resteasy-spring-boot-starter-test</artifactId>
  <version>6.0.0.Alpha2</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.resteasy:resteasy-spring-boot-starter-test:6.0.0.Alpha2'
Gradle Kotlin
implementation("org.jboss.resteasy:resteasy-spring-boot-starter-test:6.0.0.Alpha2")
Scala SBT
libraryDependencies += "org.jboss.resteasy" % "resteasy-spring-boot-starter-test" % "6.0.0.Alpha2"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.resteasy', module='resteasy-spring-boot-starter-test', version='6.0.0.Alpha2')
)
Apache Ivy
<dependency org="org.jboss.resteasy" name="resteasy-spring-boot-starter-test" rev="6.0.0.Alpha2" />
Leiningen
[org.jboss.resteasy/resteasy-spring-boot-starter-test "6.0.0.Alpha2"]
Apache Buildr
'org.jboss.resteasy:resteasy-spring-boot-starter-test:jar:6.0.0.Alpha2'