GroupId | GroupIdorg.dishevelled |
---|---|
ArtifactId | ArtifactIddsh-bio-convert-htsjdk |
Version | Version1.3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-convert-htsjdk/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-bio-convert-htsjdk</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-convert-htsjdk/
implementation 'org.dishevelled:dsh-bio-convert-htsjdk:1.3.4'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-convert-htsjdk/
implementation ("org.dishevelled:dsh-bio-convert-htsjdk:1.3.4")
'org.dishevelled:dsh-bio-convert-htsjdk:jar:1.3.4'
<dependency org="org.dishevelled" name="dsh-bio-convert-htsjdk" rev="1.3.4">
<artifact name="dsh-bio-convert-htsjdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-bio-convert-htsjdk', version='1.3.4')
)
libraryDependencies += "org.dishevelled" % "dsh-bio-convert-htsjdk" % "1.3.4"
[org.dishevelled/dsh-bio-convert-htsjdk "1.3.4"]