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