Skip to content

BridgeDb 3.0.31

Latest

Choose a tag to compare

@egonw egonw released this 02 Aug 15:30

DOI

This release add three new species and updates to Guava 33.6.

Full Changelog: release_3.0.30...release_3.0.31

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.31'

For Python:

from scyjava import config, jimport
config.set_java_constraints(fetch=True, vendor='zulu', version='21')

config.add_repositories({'sonatype': 'https://central.sonatype.com'})
config.endpoints.append('bridgedb:org.bridgedb.bio:3.0.31')