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