<dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>tjws</artifactId> <version>3.6.1.SP3</version> </dependency>
implementation 'org.jboss.resteasy:tjws:3.6.1.SP3'
implementation("org.jboss.resteasy:tjws:3.6.1.SP3")
libraryDependencies += "org.jboss.resteasy" % "tjws" % "3.6.1.SP3"
@Grapes( @Grab(group='org.jboss.resteasy', module='tjws', version='3.6.1.SP3') )
<dependency org="org.jboss.resteasy" name="tjws" rev="3.6.1.SP3" />
[org.jboss.resteasy/tjws "3.6.1.SP3"]
'org.jboss.resteasy:tjws:jar:3.6.1.SP3'
<parent> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs-all</artifactId> <version>3.6.1.SP3</version> </parent>
compile
|-- javax.servlet:servlet-api:2.5
|-- org.jboss.resteasy:resteasy-jaxrs
|-- junit:junit