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