Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.thoughtworks.inproctester |
ArtifactId | ArtifactIdinproctester-resteasy-tests |
Version | Version1.0.12 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.inproctester/inproctester-resteasy-tests/ -->
<dependency>
<groupId>com.thoughtworks.inproctester</groupId>
<artifactId>inproctester-resteasy-tests</artifactId>
<version>1.0.12</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.inproctester/inproctester-resteasy-tests/
implementation 'com.thoughtworks.inproctester:inproctester-resteasy-tests:1.0.12'
// https://jarcasting.com/artifacts/com.thoughtworks.inproctester/inproctester-resteasy-tests/
implementation ("com.thoughtworks.inproctester:inproctester-resteasy-tests:1.0.12")
'com.thoughtworks.inproctester:inproctester-resteasy-tests:war:1.0.12'
<dependency org="com.thoughtworks.inproctester" name="inproctester-resteasy-tests" rev="1.0.12">
<artifact name="inproctester-resteasy-tests" type="war" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.inproctester', module='inproctester-resteasy-tests', version='1.0.12')
)
libraryDependencies += "com.thoughtworks.inproctester" % "inproctester-resteasy-tests" % "1.0.12"
[com.thoughtworks.inproctester/inproctester-resteasy-tests "1.0.12"]