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