d

dsh-bio-annotation

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