We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72fbc4 commit c693411Copy full SHA for c693411
structure/installation.md
@@ -25,13 +25,13 @@ You can add the BioJava repository by adding the following XML to your project p
25
-->
26
<groupId>org.biojava</groupId>
27
<artifactId>biojava3-structure</artifactId>
28
- <version>3.0.8-SNAPSHOT</version>
+ <version>3.0.8</version>
29
</dependency>
30
<!-- if you want to use the visualisation tools you need also this one: -->
31
<dependency>
32
33
<artifactId>biojava3-structure-gui</artifactId>
34
35
36
<!-- other biojava jars as needed -->
37
</dependencies>
0 commit comments