Skip to content

Commit aa65c3c

Browse files
author
Andreas Prlic
committed
minor update
1 parent fb1866b commit aa65c3c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

structure/installation.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ You can add the BioJava repository by adding the following XML to your project p
2727
<artifactId>biojava3-structure</artifactId>
2828
<version>3.0.7-SNAPSHOT</version>
2929
</dependency>
30+
31+
<!-- if you want to use the visualisation tools you need also this one: -->
32+
33+
<dependency>
34+
<!-- This imports the latest SNAPSHOT builds from the protein structure modules of BioJava
35+
-->
36+
<groupId>org.biojava</groupId>
37+
<artifactId>biojava3-structure-gui</artifactId>
38+
<version>3.0.7-SNAPSHOT</version>
39+
</dependency>
40+
3041
<!-- other biojava jars as needed -->
3142
</dependencies>
3243
```

0 commit comments

Comments
 (0)