Skip to content
romoore edited this page Jul 12, 2012 · 3 revisions

Table of Contents

Maven Coordinates

<groupId>com.owlplatform</groupid>
<artifactId>owl-common</artifactid>
<version>1.0.2</version>
<packaging>jar</packaging>

Example pom.xml

<project>
  ...
  <dependencies>
    ...
    <dependency>
      <groupId>com.owlplatform</groupid>
      <artifactId>owl-common</artifactid>
      <version>1.0.2</version>
      <packaging>jar</packaging>
    </dependency>
  </dependencies>
</project>

Change Log

Version 1.0.2

Released: June 18, 2012

  • Added hexadecimal string to byte[] converter in NumericUtils.
  • Prohibiting the use of the "ALL" PHY identifier in sample messages.
  • Adding a specific "Undefined" PHY identifier to SampleMessage.

Version 1.0.1

Released: June 13, 2012