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