| Group ID: |
com.github.blakepettersson |
| Artifact ID: |
reactmann-core |
| Last modified: |
29.01.2015 20:12 |
| Packaging: |
jar |
| Name: |
Reactmann Core |
| Description: |
The core component of Reactmann. |
| URL: |
https://github.com/blakepettersson/reactmann |
|
|
| Size: |
65.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/blakepettersson/reactmann-core/0.5-preview/reactmann-core-0.5-preview.jar |
| POM: |
Show
hide
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>reactmann-core</artifactId>
<packaging>jar</packaging>
<name>Reactmann Core</name>
<description>The core component of Reactmann.</description>
<url>https://github.com/blakepettersson/reactmann</url>
<parent>
<groupId>com.github.blakepettersson</groupId>
<artifactId>reactmann</artifactId>
<version>0.5-preview</version>
</parent>
<dependencies>
<!--Vertx provided dependencies-->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>${vertx.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-hazelcast</artifactId>
<version>${vertx.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rx-java</artifactId>
<version>${vertx.version}</version>
</dependency>
<!--Test dependencies-->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>${vertx.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<scope>test</scope>
</dependency>
<!-- Reactmann dependencies -->
<dependency>
<groupId>com.aphyr</groupId>
<artifactId>riemann-java-client</artifactId>
<version>0.3.1</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr</artifactId>
<version>3.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.5</version>
</dependency>
<dependency>
<groupId>com.boundary</groupId>
<artifactId>high-scale-lib</artifactId>
<version>1.0.6</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.blakepettersson</groupId>
<artifactId>reactmann-core</artifactId>
<version>0.5-preview</version>
</dependency>
|
| Gradle: |
com.github.blakepettersson:reactmann-core:0.5-preview |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|