gxwebsocket
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.genexus</groupId> <artifactId>gxwebsocket</artifactId> <version>4.9.12</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.genexus</groupId> <artifactId>gxwebsocket</artifactId> <version>4.9.12</version> <name>GeneXus WebSocket Server</name> <description>Core classes for the runtime used by Java and Android apps generated with GeneXus</description> <url>https://github.com/genexuslabs/JavaClasses/gxwebsocket</url> <licenses> <license> <name>Apache 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>iroqueta</id> <name>Ignacio Roqueta</name> <email>iroqueta@genexus.com</email> <organization>GeneXus S.A.</organization> <organizationUrl>https://www.genexus.com/</organizationUrl> <roles> <role>architect</role> <role>developer</role> </roles> <timezone>America/Montevideo</timezone> </developer> </developers> <scm> <connection>scm:git:https://github.com/genexuslabs/javaclasses/gxwebsocket</connection> <developerConnection>scm:git:https://github.com/genexuslabs/javaclasses.git/gxwebsocket</developerConnection> <tag>be956a6aab86706bc95f9b38ef2d6034d3a5b5f9</tag> <url>https://github.com/genexuslabs/javaclasses/gxwebsocket</url> </scm> <dependencies> <dependency> <groupId>com.genexus</groupId> <artifactId>gxclassR</artifactId> <version>4.9.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.websocket</groupId> <artifactId>javax.websocket-api</artifactId> <version>1.1</version> <scope>provided</scope> </dependency> </dependencies> <repositories> <repository> <id>central</id> <name>Maven Central</name> <url>https://repo1.maven.org/maven2</url> </repository> </repositories> </project>