bridgedb/BridgeDb: BridgeDb 2.2.1
Creators
- 1. eScience lab, University of Manchester
- 2. @BiGCAT-UM
- 3. Gladstone Institutes
- 4. myGrid
Description
BridgeDb v2.2.1 is a minor bug fix release since v2.2.0.
Fixes:
- IDMapperUniprot does not follow relative redirects
org.bridgedb
jars published in Maven Central
The release to Maven Central mean you do no longer need to compile BridgeDb or add a <repository>
to use BridgeDb JARs as a binary dependencies. The Maven build system will take care of transitive dependencies (e.g. other parts of BridgeDb that is needed)
The below examples assume you need just org.bridgedb.bio
, modify to add other modules.
For Maven:
<dependencies>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>2.2.1</version>
</dependency>
</dependencies>
For Gradle:
compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '2.2.1'
For Ivy:
<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="2.2.1"/>
For Buildr:
'org.bridgedb:org.bridgedb.bio:jar:2.2.1'
Files
bridgedb/BridgeDb-release_2.2.1.zip
Files
(19.9 MB)
Name | Size | Download all |
---|---|---|
md5:92a2b98e1d8c9fe2e6600849e69d7d8a
|
19.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/bridgedb/BridgeDb/tree/release_2.2.1 (URL)