rts-plugin-service
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.shumy</groupId> <artifactId>rts-plugin-service</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-plugin-service</artifactId> <version>0.3.0</version> <name>Reactive Through Services - plugin-service</name> <description>Framework to build reactive services for reactive application front-ends</description> <url>https://github.com/shumy/reactive-through-services/rts-plugin-service</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-plugin-service</connection> <developerConnection>scm:git:git@github.com:shumy/reactive-through-services.git/rts-plugin-service</developerConnection> <url>git@github.com:shumy/reactive-through-services.git/rts-plugin-service</url> </scm> <dependencies> <dependency> <groupId>com.github.shumy</groupId> <artifactId>rts-pipeline</artifactId> <version>0.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.shumy</groupId> <artifactId>rts-data</artifactId> <version>0.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.shumy</groupId> <artifactId>rts-plugin-config</artifactId> <version>0.3.0</version> <scope>compile</scope> </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>