| Категории |
КатегорииRESTEasy Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.thoughtworks.inproctester |
| Идентификатор | Идентификаторinproctester-resteasy-tests |
| Версия | Версия1.0.11 |
| Тип | Типwar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.inproctester/inproctester-resteasy-tests/ -->
<dependency>
<groupId>com.thoughtworks.inproctester</groupId>
<artifactId>inproctester-resteasy-tests</artifactId>
<version>1.0.11</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.inproctester/inproctester-resteasy-tests/
implementation 'com.thoughtworks.inproctester:inproctester-resteasy-tests:1.0.11'
// https://jarcasting.com/artifacts/com.thoughtworks.inproctester/inproctester-resteasy-tests/
implementation ("com.thoughtworks.inproctester:inproctester-resteasy-tests:1.0.11")
'com.thoughtworks.inproctester:inproctester-resteasy-tests:war:1.0.11'
<dependency org="com.thoughtworks.inproctester" name="inproctester-resteasy-tests" rev="1.0.11">
<artifact name="inproctester-resteasy-tests" type="war" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.inproctester', module='inproctester-resteasy-tests', version='1.0.11')
)
libraryDependencies += "com.thoughtworks.inproctester" % "inproctester-resteasy-tests" % "1.0.11"
[com.thoughtworks.inproctester/inproctester-resteasy-tests "1.0.11"]