streamok-fiber-node
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.streamok</groupId>
<artifactId>streamok-fiber-node</artifactId>
<version>0.0.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.streamok</groupId>
<artifactId>streamok-fiber</artifactId>
<version>0.0.7</version>
</parent>
<artifactId>streamok-fiber-node</artifactId>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>net.streamok</groupId>
<artifactId>streamok-lib-vertx</artifactId>
</dependency>
<dependency>
<groupId>net.streamok</groupId>
<artifactId>streamok-lib-conf</artifactId>
</dependency>
<!-- Testing dependencies -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-unit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>