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