GroupId | GroupIdcom.github.broadinstitute |
---|---|
ArtifactId | ArtifactIdpicard |
Version | Version2.2.4 |
Type | Typejar |
Filename | Size |
---|---|
picard-2.2.4.pom | |
picard-2.2.4.jar | 1 MB |
picard-2.2.4-sources.jar | 829 KB |
picard-2.2.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.broadinstitute/picard/ -->
<dependency>
<groupId>com.github.broadinstitute</groupId>
<artifactId>picard</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.broadinstitute/picard/
implementation 'com.github.broadinstitute:picard:2.2.4'
// https://jarcasting.com/artifacts/com.github.broadinstitute/picard/
implementation ("com.github.broadinstitute:picard:2.2.4")
'com.github.broadinstitute:picard:jar:2.2.4'
<dependency org="com.github.broadinstitute" name="picard" rev="2.2.4">
<artifact name="picard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.broadinstitute', module='picard', version='2.2.4')
)
libraryDependencies += "com.github.broadinstitute" % "picard" % "2.2.4"
[com.github.broadinstitute/picard "2.2.4"]