Skip to content

BridgeDb 2.2.1

Compare
Choose a tag to compare
@stain stain released this 30 Aug 14:38
· 705 commits to main since this release

DOI

BridgeDb v2.2.1 is a minor bug fix release since v2.2.0.

Fixes:

The release to Maven Central mean you do no longer need to compile BridgeDb or add a <repository> to use BridgeDb JARs as a binary dependencies. The Maven build system will take care of transitive dependencies (e.g. other parts of BridgeDb that is needed)

The below examples assume you need just org.bridgedb.bio, modify to add other modules.

For Maven:

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:2.2.1'