Skip to content

BridgeDb 2.3.8

Compare
Choose a tag to compare
@egonw egonw released this 26 May 09:17

DOI

This minor release adds Guide to Pharmacology Targets as identifier sources.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:2.3.8'