Skip to content

Commit e19ba0c

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

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

structure/installation.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@ You can add the BioJava repository by adding the following XML to your project p
2121
<dependencies>
2222
...
2323
<dependency>
24-
<!-- This imports the latest SNAPSHOT builds from the protein structure modules of BioJava
24+
<!-- This imports the latest SNAPSHOT builds from the protein structure modules of BioJava.
2525
-->
2626
<groupId>org.biojava</groupId>
2727
<artifactId>biojava3-structure</artifactId>
2828
<version>3.0.7-SNAPSHOT</version>
2929
</dependency>
3030

3131
<!-- 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-
-->
32+
<dependency>
3633
<groupId>org.biojava</groupId>
3734
<artifactId>biojava3-structure-gui</artifactId>
3835
<version>3.0.7-SNAPSHOT</version>

0 commit comments

Comments
 (0)