File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff 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
217216This is taken from the DemoLoadSecStruc example in the ** demo** package.
You can’t perform that action at this time.
0 commit comments