How to install the Java artifact pro.parseq.gff-explorer with Maven
Java
Maven
pom.xml
pro.parseq
gff-explorer
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>pro.parseq</groupId>
<artifactId>gff-explorer</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
/dependencies>