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