| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdorg.dishevelled |
| ArtifactId | ArtifactIddsh-bio-variant |
| Version | Version2.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dsh-bio-variant-2.0.3.pom | |
| dsh-bio-variant-2.0.3.jar | 98 KB |
| dsh-bio-variant-2.0.3-sources.jar | 85 KB |
| dsh-bio-variant-2.0.3-javadoc.jar | 685 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-variant/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-bio-variant</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-variant/
implementation 'org.dishevelled:dsh-bio-variant:2.0.3'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-variant/
implementation ("org.dishevelled:dsh-bio-variant:2.0.3")
'org.dishevelled:dsh-bio-variant:jar:2.0.3'
<dependency org="org.dishevelled" name="dsh-bio-variant" rev="2.0.3">
<artifact name="dsh-bio-variant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-bio-variant', version='2.0.3')
)
libraryDependencies += "org.dishevelled" % "dsh-bio-variant" % "2.0.3"
[org.dishevelled/dsh-bio-variant "2.0.3"]