graphwalker-websocket
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.neofreko</groupId> <artifactId>graphwalker-websocket</artifactId> <version>4.3.3-100</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.neofreko</groupId> <artifactId>graphwalker-project</artifactId> <version>4.3.3-100</version> </parent> <artifactId>graphwalker-websocket</artifactId> <name>GraphWalker WebSocket Service</name> <scm> <url>https://github.com/GraphWalker/graphwalker-project</url> <connection>scm:git:git://github.com:GraphWalker/graphwalker-project.git</connection> <developerConnection>scm:git:git@github.com:GraphWalker/graphwalker-project.git </developerConnection> </scm> <dependencies> <dependency> <groupId>io.github.neofreko</groupId> <artifactId>graphwalker-core</artifactId> </dependency> <dependency> <groupId>io.github.neofreko</groupId> <artifactId>graphwalker-io</artifactId> </dependency> <dependency> <groupId>io.github.neofreko</groupId> <artifactId>graphwalker-java</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.github.neofreko</groupId> <artifactId>graphwalker-model-checker</artifactId> </dependency> <dependency> <groupId>org.java-websocket</groupId> <artifactId>Java-WebSocket</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>io.github.neofreko</groupId> <artifactId>graphwalker-maven-plugin</artifactId> <executions> <execution> <id>generate-test-sources</id> <phase>generate-test-sources</phase> <goals> <goal>generate-test-sources</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>