d

dsh-bio-annotation

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