License |
License |
---|---|
GroupId | GroupIdcom.github.t1 |
ArtifactId | ArtifactIdjax-rs-test-extension |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionjax-rs-test-extension
JUnit-5 extension to help testing JAX-RS infrastructure classes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.t1/jax-rs-test-extension/ -->
<dependency>
<groupId>com.github.t1</groupId>
<artifactId>jax-rs-test-extension</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t1/jax-rs-test-extension/
implementation 'com.github.t1:jax-rs-test-extension:1.0.1'
// https://jarcasting.com/artifacts/com.github.t1/jax-rs-test-extension/
implementation ("com.github.t1:jax-rs-test-extension:1.0.1")
'com.github.t1:jax-rs-test-extension:jar:1.0.1'
<dependency org="com.github.t1" name="jax-rs-test-extension" rev="1.0.1">
<artifact name="jax-rs-test-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t1', module='jax-rs-test-extension', version='1.0.1')
)
libraryDependencies += "com.github.t1" % "jax-rs-test-extension" % "1.0.1"
[com.github.t1/jax-rs-test-extension "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.undertow : undertow-core | jar | 2.2.5.Final |
org.jboss.resteasy : resteasy-jaxrs | jar | 3.15.1.Final |
org.jboss.resteasy : resteasy-undertow | jar | 3.15.1.Final |
org.jboss.resteasy : resteasy-json-binding-provider | jar | 3.15.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.10 |
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
javax.ws.rs : javax.ws.rs-api | jar | 2.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.19.0 |