BridgeDb 3.0.23
Minor release that is mostly interesting for people using the Quality Control (QC) tool, where two bugs are fixed. Also updated Guava to version 32, fixes a small JavaDoc issue, and add a Java 8-based pom.xml
specifically for PathVisio.
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.23</version>
</dependency>
</dependencies>
For Gradle:
compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.23'
For Ivy:
<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.23"/>
For Buildr:
'org.bridgedb:org.bridgedb.bio:jar:3.0.23'
Full Changelog: release_3.0.22...release_3.0.23