Skip to content

BridgeDb 3.0.5

Compare
Choose a tag to compare
@egonw egonw released this 29 Apr 12:51

DOI

Minor release that addresses a few data source inconsistencies and adds the DataSource.getCompactIdentifierPrefix() method.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.5'