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