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