| GroupId | GroupIdorg.raml.jaxrs |
|---|---|
| ArtifactId | ArtifactIdtype-torture-test |
| Version | Version3.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| type-torture-test-3.0.3.pom | |
| type-torture-test-3.0.3.jar | 64 KB |
| type-torture-test-3.0.3-sources.jar | 33 KB |
| type-torture-test-3.0.3-javadoc.jar | 406 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/type-torture-test/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>type-torture-test</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/type-torture-test/
implementation 'org.raml.jaxrs:type-torture-test:3.0.3'
// https://jarcasting.com/artifacts/org.raml.jaxrs/type-torture-test/
implementation ("org.raml.jaxrs:type-torture-test:3.0.3")
'org.raml.jaxrs:type-torture-test:jar:3.0.3'
<dependency org="org.raml.jaxrs" name="type-torture-test" rev="3.0.3">
<artifact name="type-torture-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='type-torture-test', version='3.0.3')
)
libraryDependencies += "org.raml.jaxrs" % "type-torture-test" % "3.0.3"
[org.raml.jaxrs/type-torture-test "3.0.3"]