There is a newer version of the record available.

Published February 21, 2023 | Version 3.0.20
Software Open

BridgeDb

Description

Minor release that fixes a typo in the VoID tool, adds OSGI support for the org.bridgedb.webservice.bridgerest module, and ensures the version.props is shipped with the jars.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.20'

Full Changelog: https://github.com/bridgedb/BridgeDb/compare/release_3.0.19...release_3.0.20

Notes

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

Files

bridgedb/BridgeDb-release_3.0.20.zip

Files (8.3 MB)

Name Size Download all
md5:2e76c201df1ed976d2c4d441b22749e2
8.3 MB Preview Download

Additional details