b

bridgedb-bundle

BridgeDb is a framework for finding and mapping equivalent database identifiers. It has many facets: it is both a framework, live services, and are identifier mapping files for genes, proteins, and metabolites.
http://www.bridgedb.org/
Apache License, Version 2.0
BridgeDb project
Christian Y. Brenninkmeijer Jianjiong Gao Alasdair Gray Isaac Ho Martijn van Iersel Randy Kerber Martina Kutmon Jonathan Mélius Alexander Pico Anders Riutta Stian Soiland-Reyes Egon Willighagen Manas Awasthi
Files download
File Operation
bridgedb-bundle-3.0.13.pom download
Apache Maven
<dependency>
  <groupId>org.bridgedb</groupId>
  <artifactId>bridgedb-bundle</artifactId>
  <version>3.0.13</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.bridgedb:bridgedb-bundle:3.0.13'
Gradle Kotlin
implementation("org.bridgedb:bridgedb-bundle:3.0.13")
Scala SBT
libraryDependencies += "org.bridgedb" % "bridgedb-bundle" % "3.0.13"
Groovy Grape
@Grapes(
  @Grab(group='org.bridgedb', module='bridgedb-bundle', version='3.0.13')
)
Apache Ivy
<dependency org="org.bridgedb" name="bridgedb-bundle" rev="3.0.13" />
Leiningen
[org.bridgedb/bridgedb-bundle "3.0.13"]
Apache Buildr
'org.bridgedb:bridgedb-bundle:jar:3.0.13'