How to install the Java artifact org.apache.rya.rya.periodic.notification.twill with Maven
Java
Maven
pom.xml
org.apache.rya
rya.periodic.notification.twill
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.apache.rya</groupId>
<artifactId>rya.periodic.notification.twill</artifactId>
<version>4.0.1</version>
</dependency>
/dependencies>