websocket-client-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.patrick-mc</groupId> <artifactId>websocket-client-api</artifactId> <version>1.0.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.patrick-mc</groupId> <artifactId>websocket-client-api</artifactId> <version>1.0.4</version> <name>vector-game</name> <description>A Simple WebSocket API for Bukkit</description> <url>https://github.com/patrick-mc/websocket-client-api</url> <licenses> <license> <name>GNU General Public License v2.0</name> <url>https://opensource.org/licenses/gpl-2.0.php</url> </license> </licenses> <developers> <developer> <id>patrick-mc</id> <name>PatrickKR</name> <email>mailpatrickkorea@gmail.com</email> <url>https://github.com/patrick-mc</url> <roles> <role>developer</role> </roles> <timezone>Asia/Seoul</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/patrick-mc/websocket-client-api.git</connection> <developerConnection>scm:git:ssh://github.com:patrick-mc/websocket-client-api.git</developerConnection> <url>https://github.com/patrick-mc/websocket-client-api</url> </scm> </project>