BridgeDb 3.0.8
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'