There is a newer version of the record available.

Published April 29, 2023 | Version 3.0.22
Software Open

BridgeDb

Description

Minor release that updates a few dependencies, adds the missing DataSource.bioregistryPrefixExists() method, adds PubMed Central and Mondo as data sources, and updates some debug/error to write BridgeDb with a lower case b.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.22'

Full Changelog: https://github.com/bridgedb/BridgeDb/compare/release_3.0.21...release_3.0.22

Notes

If you use this software, please cite it as below.

Files

bridgedb/BridgeDb-release_3.0.22.zip

Files (8.3 MB)

Name Size Download all
md5:f78c2b0ef22bf705e2b6cacf7ac2b133
8.3 MB Preview Download

Additional details