Introduction

This plugin provides the functionality to apply robots rules to droids. This plugin does not have any dependencies other then for testing reasons.

<dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  • No labels