GroupId | GroupIdorg.dishevelled |
---|---|
ArtifactId | ArtifactIddsh-bio-convert-htsjdk |
Version | Version1.3.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-convert-htsjdk/
implementation 'org.dishevelled:dsh-bio-convert-htsjdk:1.3.3'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-convert-htsjdk/
implementation ("org.dishevelled:dsh-bio-convert-htsjdk:1.3.3")
'org.dishevelled:dsh-bio-convert-htsjdk:jar:1.3.3'
<dependency org="org.dishevelled" name="dsh-bio-convert-htsjdk" rev="1.3.3">
<artifact name="dsh-bio-convert-htsjdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-bio-convert-htsjdk', version='1.3.3')
)
libraryDependencies += "org.dishevelled" % "dsh-bio-convert-htsjdk" % "1.3.3"
[org.dishevelled/dsh-bio-convert-htsjdk "1.3.3"]