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