GroupId | GroupIdorg.dishevelled |
---|---|
ArtifactId | ArtifactIddsh-bio-annotation |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
dsh-bio-annotation-1.4.pom | |
dsh-bio-annotation-1.4.jar | 22 KB |
dsh-bio-annotation-1.4-sources.jar | 23 KB |
dsh-bio-annotation-1.4-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-annotation/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-bio-annotation</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-annotation/
implementation 'org.dishevelled:dsh-bio-annotation:1.4'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-annotation/
implementation ("org.dishevelled:dsh-bio-annotation:1.4")
'org.dishevelled:dsh-bio-annotation:jar:1.4'
<dependency org="org.dishevelled" name="dsh-bio-annotation" rev="1.4">
<artifact name="dsh-bio-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-bio-annotation', version='1.4')
)
libraryDependencies += "org.dishevelled" % "dsh-bio-annotation" % "1.4"
[org.dishevelled/dsh-bio-annotation "1.4"]