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