| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5dfc68f commit a8fac6a
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,22 +6,7 @@ BioJava is open source and you can get the code from [Github](https://github.com | |||
| 6 | 6 | ||
| 7 | 7 | 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. | |
| 8 | 8 | ||
| 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: | ||
| 25 | 10 | ||
| 26 | 11 | ```xml | |
| 27 | 12 | <dependencies> | |
@@ -31,8 +16,8 @@ We are currently in the process of changing our distribution to Maven Central, w | |||
| 31 | 16 | <dependency> | |
| 32 | 17 | ||
| 33 | 18 | <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> | ||
| 36 | 21 | </dependency> | |
| 37 | 22 | ||
| 38 | 23 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,22 +6,8 @@ BioJava is open source and you can get the code from [Github](https://github.com | |||
| 6 | 6 | ||
| 7 | 7 | 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. | |
| 8 | 8 | ||
| 9 | - Currently, we are providing a BioJava specific Maven repository at (http://biojava.org/download/maven/) . | ||
| 10 | 9 | ||
| 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: | ||
| 25 | 11 | ||
| 26 | 12 | ```xml | |
| 27 | 13 | <dependencies> | |
@@ -31,8 +17,8 @@ We are currently in the process of changing our distribution to Maven Central, w | |||
| 31 | 17 | <dependency> | |
| 32 | 18 | ||
| 33 | 19 | <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> | ||
| 36 | 22 | </dependency> | |
| 37 | 23 | ||
| 38 | 24 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,22 +6,7 @@ BioJava is open source and you can get the code from [Github](https://github.com | |||
| 6 | 6 | ||
| 7 | 7 | 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. | |
| 8 | 8 | ||
| 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: | ||
| 25 | 10 | ||
| 26 | 11 | ```xml | |
| 27 | 12 | <dependencies> | |
@@ -31,8 +16,8 @@ We are currently in the process of changing our distribution to Maven Central, w | |||
| 31 | 16 | <dependency> | |
| 32 | 17 | ||
| 33 | 18 | <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> | ||
| 36 | 21 | <!-- note: the genomics module depends on the BioJava-core module and will import it automatically --> | |
| 37 | 22 | </dependency> | |
| 38 | 23 | ||
@@ -44,8 +29,8 @@ We are currently in the process of changing our distribution to Maven Central, w | |||
| 44 | 29 | <dependency> | |
| 45 | 30 | ||
| 46 | 31 | <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> | ||
| 49 | 34 | </dependency> | |
| 50 | 35 | </dependencies> | |
| 51 | 36 | ``` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,32 +6,23 @@ BioJava is open source and you can get the code from [Github](https://github.com | |||
| 6 | 6 | ||
| 7 | 7 | 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. | |
| 8 | 8 | ||
| 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: | ||
| 10 | 10 | ||
| 11 | - You can add the BioJava repository by adding the following XML to your project pom.xml file: | ||
| 12 | 11 | ```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> | ||
| 21 | 12 | <dependencies> | |
| 22 | 13 | ... | |
| 23 | 14 | <dependency> | |
| 24 | 15 | <!-- This imports the latest SNAPSHOT builds from the protein structure modules of BioJava. | |
| 25 | 16 | --> | |
| 26 | 17 | <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> | ||
| 29 | 20 | </dependency> | |
| 30 | 21 | <!-- if you want to use the visualisation tools you need also this one: --> | |
| 31 | 22 | <dependency> | |
| 32 | 23 | <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> | ||
| 35 | 26 | </dependency> | |
| 36 | 27 | <!-- other biojava jars as needed --> | |
| 37 | 28 | </dependencies> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments