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