is not current version
Last Version 0.2.Alpha1

org.jboss.as:jboss-as-websockets 0.1.Alpha6

WebSockets for JBoss AS 7.1+

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.as
ArtifactId

ArtifactId

jboss-as-websockets
Version

Version

0.1.Alpha6
Type

Type

jar

Download jboss-as-websockets 0.1.Alpha6


<!-- https://jarcasting.com/artifacts/org.jboss.as/jboss-as-websockets/ -->
<dependency>
    <groupId>org.jboss.as</groupId>
    <artifactId>jboss-as-websockets</artifactId>
    <version>0.1.Alpha6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.as/jboss-as-websockets/
implementation 'org.jboss.as:jboss-as-websockets:0.1.Alpha6'
// https://jarcasting.com/artifacts/org.jboss.as/jboss-as-websockets/
implementation ("org.jboss.as:jboss-as-websockets:0.1.Alpha6")
'org.jboss.as:jboss-as-websockets:jar:0.1.Alpha6'
<dependency org="org.jboss.as" name="jboss-as-websockets" rev="0.1.Alpha6">
  <artifact name="jboss-as-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.as', module='jboss-as-websockets', version='0.1.Alpha6')
)
libraryDependencies += "org.jboss.as" % "jboss-as-websockets" % "0.1.Alpha6"
[org.jboss.as/jboss-as-websockets "0.1.Alpha6"]