We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1866b commit aa65c3cCopy full SHA for aa65c3c
1 file changed
structure/installation.md
@@ -27,6 +27,17 @@ You can add the BioJava repository by adding the following XML to your project p
27
<artifactId>biojava3-structure</artifactId>
28
<version>3.0.7-SNAPSHOT</version>
29
</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
41
<!-- other biojava jars as needed -->
42
</dependencies>
43
```
0 commit comments