Planned intervention: On Thursday 19/09 between 05:30-06:30 (UTC), Zenodo will be unavailable because of a scheduled upgrade in our storage cluster.

There is a newer version of the record available.

Published June 26, 2022 | Version 3.0.15
Software Open

BridgeDb

Description

Second BridgeDb Java release funded by the NWO Open Grant (203.001.121). It adds Bioregistry.io support in the DataSource and Xref APIs. It also updates the OpenRDF dependency to RDF4J. This release adds some more testing and fixes a few minor inconsistencies. Finally, it adds a DataSource.mock() method similar to the register() method, but without the registration and just returning a mock DataSource.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.15'

Notes

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

Files

bridgedb/BridgeDb-release_3.0.15.zip

Files (8.3 MB)

Name Size Download all
md5:1e3007d3ca39676947b1ca56f2fb8c43
8.3 MB Preview Download

Additional details