-
Notifications
You must be signed in to change notification settings - Fork 0
Requirements and integration
Francesco Palozzi edited this page Jun 6, 2026
·
1 revision
| 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.
First, build and install the library into your local Maven repository:
mvn clean installThen 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>RNA2DFormatIO – Copyright © 2026 Francesco Palozzi.
University of Camerino – Licensed under the Apache License, Version 2.0.