Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.thoughtworks.inproctester |
ArtifactId | ArtifactIdjerseytester-tests |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jerseytester-tests-1.1.0.pom | |
jerseytester-tests-1.1.0.jar | 8 KB |
jerseytester-tests-1.1.0-sources.jar | 5 KB |
jerseytester-tests-1.1.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.inproctester/jerseytester-tests/ -->
<dependency>
<groupId>com.thoughtworks.inproctester</groupId>
<artifactId>jerseytester-tests</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.inproctester/jerseytester-tests/
implementation 'com.thoughtworks.inproctester:jerseytester-tests:1.1.0'
// https://jarcasting.com/artifacts/com.thoughtworks.inproctester/jerseytester-tests/
implementation ("com.thoughtworks.inproctester:jerseytester-tests:1.1.0")
'com.thoughtworks.inproctester:jerseytester-tests:jar:1.1.0'
<dependency org="com.thoughtworks.inproctester" name="jerseytester-tests" rev="1.1.0">
<artifact name="jerseytester-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.inproctester', module='jerseytester-tests', version='1.1.0')
)
libraryDependencies += "com.thoughtworks.inproctester" % "jerseytester-tests" % "1.1.0"
[com.thoughtworks.inproctester/jerseytester-tests "1.1.0"]