License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.atmosphere.jboss.as |
ArtifactId | ArtifactIdjboss-as-websockets |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebSockets for JBoss AS
WebSockets for JBoss AS 7.1+
|
Project URL |
Project URL |
Filename | Size |
---|---|
jboss-as-websockets-0.5.pom | |
jboss-as-websockets-0.5.jar | 46 KB |
jboss-as-websockets-0.5-sources.jar | 37 KB |
jboss-as-websockets-0.5-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.jboss.as/jboss-as-websockets/ -->
<dependency>
<groupId>org.atmosphere.jboss.as</groupId>
<artifactId>jboss-as-websockets</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.jboss.as/jboss-as-websockets/
implementation 'org.atmosphere.jboss.as:jboss-as-websockets:0.5'
// https://jarcasting.com/artifacts/org.atmosphere.jboss.as/jboss-as-websockets/
implementation ("org.atmosphere.jboss.as:jboss-as-websockets:0.5")
'org.atmosphere.jboss.as:jboss-as-websockets:jar:0.5'
<dependency org="org.atmosphere.jboss.as" name="jboss-as-websockets" rev="0.5">
<artifact name="jboss-as-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.jboss.as', module='jboss-as-websockets', version='0.5')
)
libraryDependencies += "org.atmosphere.jboss.as" % "jboss-as-websockets" % "0.5"
[org.atmosphere.jboss.as/jboss-as-websockets "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jboss.as : jboss-as-server | jar | 7.1.1.Final |
org.jboss.web » jbossweb | jar | 7.0.16.Final |
org.jboss.spec.javax.servlet : jboss-servlet-api_3.0_spec | jar | 1.0.0.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |