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