bistro-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.conceptoriented</groupId>
<artifactId>bistro-core</artifactId>
<version>0.8.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.conceptoriented</groupId>
<artifactId>bistro-core</artifactId>
<version>0.8.0</version>
<packaging>pom</packaging>
<name>Bistro Engine</name>
<description>General-purpose data analysis engine radically changing the way batch and stream data is processed</description>
<url>https://github.com/asavinov/bistro</url>
<organization>
<name>Alexandr Savinov</name>
<url>http://conceptoriented.org</url>
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/asavinov/bistro/issues</url>
</issueManagement>
<scm>
<url>https://github.com/asavinov/bistro</url>
<connection>scm:git:git://github.com/asavinov/bistro.git</connection>
<developerConnection>scm:git:ssh:git@github.com/asavinov/bistro.git</developerConnection>
</scm>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/asavinov/bistro/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>asavinov</id>
<name>Alexandr Savinov</name>
<email>savinov@conceptoriented.org</email>
</developer>
</developers>
</project>