d

dsh-bio-range

Guava ranges for genomics.
Files download
File Operation
dsh-bio-range-2.0.5.jar download
dsh-bio-range-2.0.5.pom download
dsh-bio-range-2.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.dishevelled</groupId>
  <artifactId>dsh-bio-range</artifactId>
  <version>2.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.dishevelled:dsh-bio-range:2.0.5'
Gradle Kotlin
implementation("org.dishevelled:dsh-bio-range:2.0.5")
Scala SBT
libraryDependencies += "org.dishevelled" % "dsh-bio-range" % "2.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.dishevelled', module='dsh-bio-range', version='2.0.5')
)
Apache Ivy
<dependency org="org.dishevelled" name="dsh-bio-range" rev="2.0.5" />
Leiningen
[org.dishevelled/dsh-bio-range "2.0.5"]
Apache Buildr
'org.dishevelled:dsh-bio-range:jar:2.0.5'