There is a newer version of the record available.

Published December 8, 2022 | Version 3.0.18
Software Open

BridgeDb

Description

Minor release that updates the versions of several dependencies, including Apache Derby 10.15.2.0, handling ChEBI identifiers with Bioregistry better, and a much cleaner BridgeDb QC tool.

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.18</version>
    </dependency>
</dependencies>

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.18'

Full Changelog: https://github.com/bridgedb/BridgeDb/compare/release_3.0.17...release_3.0.18

Notes

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

Files

bridgedb/BridgeDb-release_3.0.18.zip

Files (8.3 MB)

Name Size Download all
md5:406dbed73db5544047efb58ab0572055
8.3 MB Preview Download

Additional details