Downloads
Download the Java Library
The distribution can be downloaded from this release folder. There are two source distributions:
- release-${version}.zip
- release-${version}.tar.gz
A full archive can be found at Zenodo.
Using the library in Maven, Gradle, etc
For Maven:
<dependencies>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>2.3.9</version>
</dependency>
</dependencies>
For Gradle:
compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '2.3.9'
For Ivy:
<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="2.3.9"/>
Download the Identifier Mapping Databases
See the overview of mapping databases.
Using BridgeDb as a Docker container
See the GitHub repository of the BridgeDb Docker and the DockerHub repository for BridgeDb.
Deployment files for OpenShift are available here. Also, BridgeDb is directly available in the OpenShift catalog of the OpenRiskNet project.