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