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