Downloads

Download the BridgeDb Java Library

The distribution can be downloaded from this release folder. There are two source distributions:

A full archive can be found at Zenodo.

Questions can be posted at the BridgeDb mailing list.

Using the library in Maven, Gradle, etc

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>3.0.21</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.21'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.21"/>

Download the BridgeDb Identifier Mapping Databases

See the overview of mapping databases.

Using BridgeDb Webservice as a Docker container

See the GitHub repository of the BridgeDb Docker and the DockerHub repository for BridgeDb.