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