Skip to content

Commit a85316e

Browse files
authored
Reformat dependencies block
1 parent 01cd882 commit a85316e

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

structure/secstruc.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -202,16 +202,15 @@ Use dependencies from maven
202202

203203
```xml
204204
<dependency>
205-
<groupId>org.biojava</groupId>
206-
<artifactId>biojava-core</artifactId>
207-
<version>4.2.4</version>
208-
</dependency>
209-
<!-- https://mvnrepository.com/artifact/org.biojava/biojava-modfinder -->
210-
<dependency>
211-
<groupId>org.biojava</groupId>
212-
<artifactId>biojava-modfinder</artifactId>
213-
<version>4.2.4</version>
214-
</dependency>
205+
<groupId>org.biojava</groupId>
206+
<artifactId>biojava-core</artifactId>
207+
<version>4.2.4</version>
208+
</dependency>
209+
<dependency>
210+
<groupId>org.biojava</groupId>
211+
<artifactId>biojava-modfinder</artifactId>
212+
<version>4.2.4</version>
213+
</dependency>
215214
```
216215

217216
This is taken from the DemoLoadSecStruc example in the **demo** package.

0 commit comments

Comments
 (0)