o

org.wso2.carbon.websocket.feature

This feature contains the Websocket core feature
http://wso2.org
Files download
File Operation
org.wso2.carbon.websocket.feature-4.7.206.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.mediation</groupId>
  <artifactId>org.wso2.carbon.websocket.feature</artifactId>
  <version>4.7.206</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.mediation:org.wso2.carbon.websocket.feature:4.7.206'
Gradle Kotlin
implementation("org.wso2.carbon.mediation:org.wso2.carbon.websocket.feature:4.7.206")
Scala SBT
libraryDependencies += "org.wso2.carbon.mediation" % "org.wso2.carbon.websocket.feature" % "4.7.206"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.mediation', module='org.wso2.carbon.websocket.feature', version='4.7.206')
)
Apache Ivy
<dependency org="org.wso2.carbon.mediation" name="org.wso2.carbon.websocket.feature" rev="4.7.206" />
Leiningen
[org.wso2.carbon.mediation/org.wso2.carbon.websocket.feature "4.7.206"]
Apache Buildr
'org.wso2.carbon.mediation:org.wso2.carbon.websocket.feature:jar:4.7.206'