Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ea9610

Browse files
committed
/* Maven */
1 parent 678f8f6 commit 6ea9610

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

wiki/BioJava:GetStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ project pom.xml file:
4545
...
4646
<dependency>
4747
<groupId>org.biojava</groupId>
48-
<artifactId>biojava3-core</artifactId>
49-
<version>4.0.0</version>
48+
<artifactId>biojava4-core</artifactId>
49+
<version>4.1.0</version>
5050
</dependency>
5151
<!-- other biojava jars as needed -->
5252
</dependencies>

wiki/BioJava:GetStarted.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ You can add the BioJava repository by adding the following XML to your project p
2323
...
2424
<dependency>
2525
<groupId>org.biojava</groupId>
26-
<artifactId>biojava3-core</artifactId>
27-
<version>4.0.0</version>
26+
<artifactId>biojava4-core</artifactId>
27+
<version>4.1.0</version>
2828
</dependency>
2929
<!-- other biojava jars as needed -->
3030
</dependencies>

0 commit comments

Comments
 (0)