openfeed-protocol-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openfeed.proto</groupId>
<artifactId>openfeed-protocol-common</artifactId>
<version>1.0.1</version>
</dependency><!-- Copyright (C) 2011-2013 Barchart, Inc. <http://www.barchart.com /> All rights reserved. Licensed under the OSI BSD License. http://www.opensource.org/licenses/bsd-license.php --> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.openfeed.proto</groupId> <artifactId>openfeed-protocol-archon</artifactId> <version>1.0.1</version> <relativePath>../archon</relativePath> </parent> <artifactId>openfeed-protocol-common</artifactId> <version>1.0.1</version> <packaging>bundle</packaging> <description> <![CDATA[ ### OpenFeed common protoc elements. OpenFeed is open standard for market data delivery. ]]> </description> <scm> <url>https://github.com/openfeed-project/openfeed-protocol-java</url> <connection>scm:git:git://github.com/openfeed-project/openfeed-protocol-java.git</connection> <developerConnection>scm:git:ssh://git@github.com/openfeed-project/openfeed-protocol-java.git</developerConnection> <tag>openfeed-protocol-common-1.0.1</tag> </scm> <properties> <templateModuleName>common</templateModuleName> <projectTemplateVersion>1.0.1</projectTemplateVersion> </properties> </project>