| GroupId | GroupIdorg.dishevelled |
|---|---|
| ArtifactId | ArtifactIddsh-bio-tools |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dsh-bio-tools-1.0.pom | |
| dsh-bio-tools-1.0.jar | 137 KB |
| dsh-bio-tools-1.0-sources.jar | 77 KB |
| dsh-bio-tools-1.0-javadoc.jar | 137 KB |
| dsh-bio-tools-1.0-bin.zip | 11 MB |
| dsh-bio-tools-1.0-bin.tar.gz | 11 MB |
| dsh-bio-tools-1.0-bin.tar.bz2 | 11 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-tools/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-bio-tools</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-tools/
implementation 'org.dishevelled:dsh-bio-tools:1.0'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-tools/
implementation ("org.dishevelled:dsh-bio-tools:1.0")
'org.dishevelled:dsh-bio-tools:jar:1.0'
<dependency org="org.dishevelled" name="dsh-bio-tools" rev="1.0">
<artifact name="dsh-bio-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-bio-tools', version='1.0')
)
libraryDependencies += "org.dishevelled" % "dsh-bio-tools" % "1.0"
[org.dishevelled/dsh-bio-tools "1.0"]