| Категории |
КатегорииJBoss Контейнер Application Servers RESTEasy Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.jboss.resteasy.spring |
| Идентификатор | Идентификаторresteasy-spring-testsuite |
| Версия | Версия2.0.1.Final |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| resteasy-spring-testsuite-2.0.1.Final.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy.spring/resteasy-spring-testsuite/ -->
<dependency>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-testsuite</artifactId>
<version>2.0.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy.spring/resteasy-spring-testsuite/
implementation 'org.jboss.resteasy.spring:resteasy-spring-testsuite:2.0.1.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy.spring/resteasy-spring-testsuite/
implementation ("org.jboss.resteasy.spring:resteasy-spring-testsuite:2.0.1.Final")
'org.jboss.resteasy.spring:resteasy-spring-testsuite:pom:2.0.1.Final'
<dependency org="org.jboss.resteasy.spring" name="resteasy-spring-testsuite" rev="2.0.1.Final">
<artifact name="resteasy-spring-testsuite" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy.spring', module='resteasy-spring-testsuite', version='2.0.1.Final')
)
libraryDependencies += "org.jboss.resteasy.spring" % "resteasy-spring-testsuite" % "2.0.1.Final"
[org.jboss.resteasy.spring/resteasy-spring-testsuite "2.0.1.Final"]