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