Skip to content

Requirements and integration

Francesco Palozzi edited this page Jun 6, 2026 · 1 revision

Requirements and Integration

Requirements

Requirement Minimum Version
Java 21
Maven 3.6+
ANTLR4 runtime 4.13.2
JUnit Jupiter (test only) 6.0.1

The ANTLR4 parser is generated automatically by Maven during the generate-sources phase from the RNASecondaryStructure.g4 grammar file. No manual generation is required.


Adding the Dependency

First, build and install the library into your local Maven repository:

mvn clean install

Then add the dependency to your project's pom.xml:

<dependency>
    <groupId>it.unicam.cs.bdslab</groupId>
    <artifactId>rna2d-format-IO</artifactId>
    <version>0.0.1</version>
</dependency>

See Also

Clone this wiki locally