Skip to content

Releases: bridgedb/BridgeDb

BridgeDb 3.0.13

14 Jan 07:08
Compare
Choose a tag to compare

DOI

Updated dependencies for log4j (2.17.1), OpenRDF (2.7.16), Apache CFX (3.2.14), and some dependency cleanup.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.13'

BridgeDb 3.0.10

11 Dec 09:40
Compare
Choose a tag to compare

DOI

Updated dependencies. Everyone using BridgeDb in a (web)service context should upgrade as soon as possible.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.10'

BridgeDb 3.0.9

07 Dec 16:13
Compare
Choose a tag to compare

DOI

This release is mostly identical to BridgeDb 3.0.8 but should have better OSGi support.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.9'

BridgeDb 3.0.8

27 Nov 12:48
Compare
Choose a tag to compare

DOI

This release updates the URL patterns for the CAS database, adds Brassica napus as species, outputs info from Derby databases with the quality control (QC) tool, and adds Guide to Pharmacology Targets as data source.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.8'

BridgeDb 3.0.7

27 Nov 12:39
Compare
Choose a tag to compare

DOI

This release updates a few dependencies, including jaxws-ri, log4j, and org.apache.cxf.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.7'

BridgeDb 3.0.6

03 Nov 19:55
Compare
Choose a tag to compare

DOI

Another minor release doing a bit of code clean up and improves the output of the QC tool for readability.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.6'

BridgeDb 3.0.5

29 Apr 12:51
Compare
Choose a tag to compare

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'

BridgeDb 3.0.4

26 Apr 07:38
Compare
Choose a tag to compare

DOI

First public release of BridgeDb 3.0, a major version upgrade. It includes all the many small updates in the 2.3 seriese, but also introduces new features: support for secondary identifiers (identifiers that are not removed or deleted yet, but which have a better identifier), compact identifier support, no longer has the main copy of datasources.tsv, updates the versions of many dependencies, and a tool for create VoID header files. Java 8 and 11 are supported

This version has now seen several months of use in production and everyone is recommended to upgrade to BridgeDb 3.0.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.4'

BridgeDb 2.3.10

18 Oct 10:18
Compare
Choose a tag to compare

DOI

This larger minor release updates removes the Ant build system, and can now generate OSGi bundles with Maven (for five modules). It also gives more informative error messages when loading a Derby files goes bad, e.g. when BridgeDb 3 Derby files are attempted to be opened. Furthermore, it adds two Daphnia species and an Unspecified to the Organism enumeration.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:2.3.10'

BridgeDb 2.3.9

11 Aug 18:10
Compare
Choose a tag to compare

DOI

This minor release updates the URL pattern for Scholia and bumps the versions of two dependencies, Apache Velocity and Google's Guava.

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

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:2.3.9'