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