Files download
File Operation
org.bridgedb.webservice.biomart-3.0.12.jar download
org.bridgedb.webservice.biomart-3.0.12.pom download
org.bridgedb.webservice.biomart-3.0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bridgedb.webservice</groupId>
  <artifactId>org.bridgedb.webservice.biomart</artifactId>
  <version>3.0.12</version>
</dependency>
Gradle Groovy
implementation 'org.bridgedb.webservice:org.bridgedb.webservice.biomart:3.0.12'
Gradle Kotlin
implementation("org.bridgedb.webservice:org.bridgedb.webservice.biomart:3.0.12")
Scala SBT
libraryDependencies += "org.bridgedb.webservice" % "org.bridgedb.webservice.biomart" % "3.0.12"
Groovy Grape
@Grapes(
  @Grab(group='org.bridgedb.webservice', module='org.bridgedb.webservice.biomart', version='3.0.12')
)
Apache Ivy
<dependency org="org.bridgedb.webservice" name="org.bridgedb.webservice.biomart" rev="3.0.12" />
Leiningen
[org.bridgedb.webservice/org.bridgedb.webservice.biomart "3.0.12"]
Apache Buildr
'org.bridgedb.webservice:org.bridgedb.webservice.biomart:jar:3.0.12'