Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.atmosphere.jboss.as |
ArtifactId | ArtifactIdjboss-as-websockets |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
jboss-as-websockets-0.2.pom | |
jboss-as-websockets-0.2.jar | 46 KB |
jboss-as-websockets-0.2-sources.jar | 37 KB |
jboss-as-websockets-0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.jboss.as/jboss-as-websockets/
implementation 'org.atmosphere.jboss.as:jboss-as-websockets:0.2'
// https://jarcasting.com/artifacts/org.atmosphere.jboss.as/jboss-as-websockets/
implementation ("org.atmosphere.jboss.as:jboss-as-websockets:0.2")
'org.atmosphere.jboss.as:jboss-as-websockets:jar:0.2'
<dependency org="org.atmosphere.jboss.as" name="jboss-as-websockets" rev="0.2">
<artifact name="jboss-as-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.jboss.as', module='jboss-as-websockets', version='0.2')
)
libraryDependencies += "org.atmosphere.jboss.as" % "jboss-as-websockets" % "0.2"
[org.atmosphere.jboss.as/jboss-as-websockets "0.2"]