There is a newer version of the record available.

Published December 2, 2023 | Version release_3.0.25
Software Open

BridgeDb

Description

Major release with important API change: the upgrade to RDF4J 4 required some BridgeDb Java APIs in the RDF modules to change from URI to IRI. Also updates to BridgeDb Datasources 20231202 and dependency updates for slf4j and JUnit.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.25'

Full Changelog: https://github.com/bridgedb/BridgeDb/compare/release_3.0.24...release_3.0.25

Notes

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

Files

bridgedb/BridgeDb-release_3.0.25.zip

Files (8.3 MB)

Name Size Download all
md5:3f3dc527def9eddd2840cb29fb297516
8.3 MB Preview Download

Additional details

Related works