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