BridgeDb
Authors/Creators
- Awasthi, Manas
- Basaric, Helena
- Conklin, Bruce R.
- Evelo, Chris T.
- Gao, Jianjiong
- Gray, Alasdair
- Hanspers, Kristina
- Isaac, Ho
- Kelder, Thomas
- Kerber, Randy
- Kutmon, Martina
- Mélius, Jonathan
- Nunes, Nuno
- Pico, Alexander R.
- Riutta, Anders
- Slenter, Denise
- Soiland-Reyes, Stian
- Van Iersel, Martijn P.
- Willighagen, Egon L.
Description
Minor release that updates the hardcoded links to the BridgeDb Webservice to use HTTPS. It also fixes a compile issue on some platforms and updated the Maven WAR plugin.
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.24</version>
</dependency>
</dependencies>
For Gradle:
compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.24'
For Ivy:
<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.0.24"/>
For Buildr:
'org.bridgedb:org.bridgedb.bio:jar:3.0.24'
Full Changelog: https://github.com/bridgedb/BridgeDb/compare/release_3.0.23...release_3.0.24
Notes
Files
bridgedb/BridgeDb-release_3.0.24.zip
Files
(8.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:f80a1a0458a0e248d3219d5ab61d6157
|
8.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/bridgedb/BridgeDb/tree/release_3.0.24 (URL)