X Tutup
Skip to content

Commit a8fac6a

Browse files
committed
Updating to biojava 4. Fixing biojava/bio/structure/* links to API docs
1 parent 5dfc68f commit a8fac6a

File tree

4 files changed

+16
-69
lines changed

4 files changed

+16
-69
lines changed

alignment/installation.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,7 @@ BioJava is open source and you can get the code from [Github](https://github.com
66

77
BioJava uses [Maven](http://maven.apache.org/) as a build and distribution system. If you are new to Maven, take a look at the [Getting Started with Maven](http://maven.apache.org/guides/getting-started/index.html) guide.
88

9-
Currently, we are providing a BioJava specific Maven repository at (http://biojava.org/download/maven/) .
10-
11-
You can add the BioJava repository by adding the following XML to your project pom.xml file:
12-
13-
```xml
14-
<repositories>
15-
...
16-
<repository>
17-
<id>biojava-maven-repo</id>
18-
<name>BioJava repository</name>
19-
<url>http://www.biojava.org/download/maven/</url>
20-
</repository>
21-
</repositories>
22-
```
23-
24-
We are currently in the process of changing our distribution to Maven Central, which would not even require this configuration step.
9+
As of version 4, BioJava is available in maven central. This is all you would need to add a BioJava dependency to your projects:
2510

2611
```xml
2712
<dependencies>
@@ -31,8 +16,8 @@ We are currently in the process of changing our distribution to Maven Central, w
3116
<dependency>
3217

3318
<groupId>org.biojava</groupId>
34-
<artifactId>biojava3-core</artifactId>
35-
<version>3.0.8</version>
19+
<artifactId>biojava-alignment</artifactId>
20+
<version>4.0.0</version>
3621
</dependency>
3722

3823

core/installation.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,8 @@ BioJava is open source and you can get the code from [Github](https://github.com
66

77
BioJava uses [Maven](http://maven.apache.org/) as a build and distribution system. If you are new to Maven, take a look at the [Getting Started with Maven](http://maven.apache.org/guides/getting-started/index.html) guide.
88

9-
Currently, we are providing a BioJava specific Maven repository at (http://biojava.org/download/maven/) .
109

11-
You can add the BioJava repository by adding the following XML to your project pom.xml file:
12-
13-
```xml
14-
<repositories>
15-
...
16-
<repository>
17-
<id>biojava-maven-repo</id>
18-
<name>BioJava repository</name>
19-
<url>http://www.biojava.org/download/maven/</url>
20-
</repository>
21-
</repositories>
22-
```
23-
24-
We are currently in the process of changing our distribution to Maven Central, which would not even require this configuration step.
10+
As of version 4, BioJava is available in maven central. This is all you would need to add a BioJava dependency to your projects:
2511

2612
```xml
2713
<dependencies>
@@ -31,8 +17,8 @@ We are currently in the process of changing our distribution to Maven Central, w
3117
<dependency>
3218

3319
<groupId>org.biojava</groupId>
34-
<artifactId>biojava3-core</artifactId>
35-
<version>3.0.8</version>
20+
<artifactId>biojava-core</artifactId>
21+
<version>4.0.0</version>
3622
</dependency>
3723

3824

installation.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,7 @@ BioJava is open source and you can get the code from [Github](https://github.com
66

77
BioJava uses [Maven](http://maven.apache.org/) as a build and distribution system. If you are new to Maven, take a look at the [Getting Started with Maven](http://maven.apache.org/guides/getting-started/index.html) guide.
88

9-
Currently, we are providing a BioJava specific Maven repository at (http://biojava.org/download/maven/) .
10-
11-
You can add the BioJava repository by adding the following XML to your project pom.xml file:
12-
13-
```xml
14-
<repositories>
15-
...
16-
<repository>
17-
<id>biojava-maven-repo</id>
18-
<name>BioJava repository</name>
19-
<url>http://www.biojava.org/download/maven/</url>
20-
</repository>
21-
</repositories>
22-
```
23-
24-
We are currently in the process of changing our distribution to Maven Central, which would not even require this configuration step.
9+
As of version 4, BioJava is available in maven central. This is all you would need to add a BioJava dependency to your projects:
2510

2611
```xml
2712
<dependencies>
@@ -31,8 +16,8 @@ We are currently in the process of changing our distribution to Maven Central, w
3116
<dependency>
3217

3318
<groupId>org.biojava</groupId>
34-
<artifactId>biojava3-genomics</artifactId>
35-
<version>3.0.8</version>
19+
<artifactId>biojava-genomics</artifactId>
20+
<version>4.0.0</version>
3621
<!-- note: the genomics module depends on the BioJava-core module and will import it automatically -->
3722
</dependency>
3823

@@ -44,8 +29,8 @@ We are currently in the process of changing our distribution to Maven Central, w
4429
<dependency>
4530

4631
<groupId>org.biojava</groupId>
47-
<artifactId>biojava3-structure</artifactId>
48-
<version>3.0.8</version>
32+
<artifactId>biojava-structure</artifactId>
33+
<version>4.0.0</version>
4934
</dependency>
5035
</dependencies>
5136
```

structure/installation.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,23 @@ BioJava is open source and you can get the code from [Github](https://github.com
66

77
BioJava uses [Maven](http://maven.apache.org/) as a build and distribution system. If you are new to Maven, take a look at the [Getting Started with Maven](http://maven.apache.org/guides/getting-started/index.html) guide.
88

9-
We are providing a BioJava specific Maven repository at (http://biojava.org/download/maven/) .
9+
As of version 4, BioJava is available in maven central. This is all you would need to add a BioJava dependency to your projects:
1010

11-
You can add the BioJava repository by adding the following XML to your project pom.xml file:
1211
```xml
13-
<repositories>
14-
...
15-
<repository>
16-
<id>biojava-maven-repo</id>
17-
<name>BioJava repository</name>
18-
<url>http://www.biojava.org/download/maven/</url>
19-
</repository>
20-
</repositories>
2112
<dependencies>
2213
...
2314
<dependency>
2415
<!-- This imports the latest SNAPSHOT builds from the protein structure modules of BioJava.
2516
-->
2617
<groupId>org.biojava</groupId>
27-
<artifactId>biojava3-structure</artifactId>
28-
<version>3.0.8</version>
18+
<artifactId>biojava-structure</artifactId>
19+
<version>4.0.0</version>
2920
</dependency>
3021
<!-- if you want to use the visualisation tools you need also this one: -->
3122
<dependency>
3223
<groupId>org.biojava</groupId>
33-
<artifactId>biojava3-structure-gui</artifactId>
34-
<version>3.0.8</version>
24+
<artifactId>biojava-structure-gui</artifactId>
25+
<version>4.0.0</version>
3526
</dependency>
3627
<!-- other biojava jars as needed -->
3728
</dependencies>

0 commit comments

Comments
 (0)
X Tutup