For a variety of reasons, in some cases Annotations are used instead of Javadoc tags. In order to use the annotations below, please include the miredot-annotations jar in your project:
<project>
<dependencies>
<dependency>
<groupId>com.qmino</groupId>
<artifactId>miredot-annotations</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>miredot</id>
<name>Miredot Releases</name>
<url>http://nexus.qmino.com/content/repositories/miredot</url>
</repository>
</repositories>
</project>
dependencies {
compile "com.qmino:miredot-annotations:1.6.0"
}
repositories {
maven {
url "http://nexus.qmino.com/content/repositories/miredot"
}
}
Note that you also have to add the Miredot repository to the basic repositories so that maven can find and download the Miredot annotations automatically.