GroupId | GroupIdorg.dishevelled |
---|---|
ArtifactId | ArtifactIddsh-bio-tools |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
dsh-bio-tools-2.0.2.pom | |
dsh-bio-tools-2.0.2.jar | 292 KB |
dsh-bio-tools-2.0.2-sources.jar | 157 KB |
dsh-bio-tools-2.0.2-javadoc.jar | 948 KB |
dsh-bio-tools-2.0.2-bin.zip | 18 MB |
dsh-bio-tools-2.0.2-bin.tar.gz | 18 MB |
dsh-bio-tools-2.0.2-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>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-tools/
implementation 'org.dishevelled:dsh-bio-tools:2.0.2'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-bio-tools/
implementation ("org.dishevelled:dsh-bio-tools:2.0.2")
'org.dishevelled:dsh-bio-tools:jar:2.0.2'
<dependency org="org.dishevelled" name="dsh-bio-tools" rev="2.0.2">
<artifact name="dsh-bio-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-bio-tools', version='2.0.2')
)
libraryDependencies += "org.dishevelled" % "dsh-bio-tools" % "2.0.2"
[org.dishevelled/dsh-bio-tools "2.0.2"]