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