rts-pipeline
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.shumy</groupId>
<artifactId>rts-pipeline</artifactId>
<version>0.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.github.shumy</groupId>
<artifactId>rts-pipeline</artifactId>
<version>0.3.0</version>
<name>Reactive Through Services - pipeline</name>
<description>Framework to build reactive services for reactive application front-ends</description>
<url>https://github.com/shumy/reactive-through-services/rts-pipeline</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Micael Pedrosa</name>
<email>micaelpedrosa@gmail.com</email>
<organization>IEETA</organization>
<organizationUrl>http://ieeta.web.ua.pt/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:shumy/reactive-through-services.git/rts-pipeline</connection>
<developerConnection>scm:git:git@github.com:shumy/reactive-through-services.git/rts-pipeline</developerConnection>
<url>git@github.com:shumy/reactive-through-services.git/rts-pipeline</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.shumy</groupId>
<artifactId>rts-async</artifactId>
<version>0.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.6.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.xtend</groupId>
<artifactId>org.eclipse.xtend.lib</artifactId>
<version>2.10.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>