BridgeDb 2.3.6
This minor release updated the URL link out pattern for Wikidata to use Scholia and adds the Complex Portal as new 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>2.3.6</version>
</dependency>
</dependencies>
For Gradle:
compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '2.3.6'
For Ivy:
<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="2.3.6"/>
For Buildr:
'org.bridgedb:org.bridgedb.bio:jar:2.3.6'