Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdtjws |
Version | Version2.2.1.GA |
Type | Typejar |
Filename | Size |
---|---|
tjws-2.2.1.GA.pom | |
tjws-2.2.1.GA.jar | 105 KB |
tjws-2.2.1.GA-sources.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/tjws/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>tjws</artifactId>
<version>2.2.1.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/tjws/
implementation 'org.jboss.resteasy:tjws:2.2.1.GA'
// https://jarcasting.com/artifacts/org.jboss.resteasy/tjws/
implementation ("org.jboss.resteasy:tjws:2.2.1.GA")
'org.jboss.resteasy:tjws:jar:2.2.1.GA'
<dependency org="org.jboss.resteasy" name="tjws" rev="2.2.1.GA">
<artifact name="tjws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='tjws', version='2.2.1.GA')
)
libraryDependencies += "org.jboss.resteasy" % "tjws" % "2.2.1.GA"
[org.jboss.resteasy/tjws "2.2.1.GA"]