Skip to content

BridgeDb 3.0.14

Compare
Choose a tag to compare
@egonw egonw released this 28 May 17:14

DOI

First BridgeDb Java release funded by the NWO Open Grant (203.001.121), aimed at making the build process more robust (and adding a new developer). It updates a number of dependencies (Apache Velocity, Apache Derby, JUnit, Log4j, and MySQL driver) and add the first bits of Bioregistry.io support. This release also removes the BridgeDb Webservice, which is now available from a separate GitHub repository. The Xref.toString() now returns whether the identifier is primary or not, which is now also retrieved from the Derby database. It also update to the BridgeDb Datasources 20220526 release, which includes the Bioregistry prefixes for all data 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>3.0.14</version>
    </dependency>
</dependencies>

For Gradle:

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

For Ivy:

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

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:3.0.14'