t

tjws

Files download
File Operation
tjws-3.6.1.SP3.jar download
tjws-3.6.1.SP3.pom download
tjws-3.6.1.SP3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.resteasy</groupId>
  <artifactId>tjws</artifactId>
  <version>3.6.1.SP3</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.resteasy:tjws:3.6.1.SP3'
Gradle Kotlin
implementation("org.jboss.resteasy:tjws:3.6.1.SP3")
Scala SBT
libraryDependencies += "org.jboss.resteasy" % "tjws" % "3.6.1.SP3"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.resteasy', module='tjws', version='3.6.1.SP3')
)
Apache Ivy
<dependency org="org.jboss.resteasy" name="tjws" rev="3.6.1.SP3" />
Leiningen
[org.jboss.resteasy/tjws "3.6.1.SP3"]
Apache Buildr
'org.jboss.resteasy:tjws:jar:3.6.1.SP3'