devicemap-data

To install the devicemap data artifact locally, run:

mvn install

Once installed, you can now reference the artifact as a dependency:

  <dependency>
    <groupId>org.apache.devicemap</groupId>
    <artifactId>devicemap-data</artifactId>
    <version>1.0.0</version>
  </dependency>
