How to install the Java artifact org.arquillian.universe.arquillian-graphene-recorder with Maven
Java
Maven
pom.xml
org.arquillian.universe
arquillian-graphene-recorder
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.arquillian.universe</groupId>
<artifactId>arquillian-graphene-recorder</artifactId>
<version>1.5.0.0</version>
</dependency>
/dependencies>