GroupId | GroupIdorg.bridgedb |
---|---|
ArtifactId | ArtifactIdbridgedb-bundle |
Version | Version3.0.14 |
Type | Typepom |
Filename | Size |
---|---|
bridgedb-bundle-3.0.14.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bridgedb/bridgedb-bundle/ -->
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>bridgedb-bundle</artifactId>
<version>3.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bridgedb/bridgedb-bundle/
implementation 'org.bridgedb:bridgedb-bundle:3.0.14'
// https://jarcasting.com/artifacts/org.bridgedb/bridgedb-bundle/
implementation ("org.bridgedb:bridgedb-bundle:3.0.14")
'org.bridgedb:bridgedb-bundle:pom:3.0.14'
<dependency org="org.bridgedb" name="bridgedb-bundle" rev="3.0.14">
<artifact name="bridgedb-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bridgedb', module='bridgedb-bundle', version='3.0.14')
)
libraryDependencies += "org.bridgedb" % "bridgedb-bundle" % "3.0.14"
[org.bridgedb/bridgedb-bundle "3.0.14"]