<dependency> <groupId>org.bridgedb</groupId> <artifactId>bridgedb-bundle</artifactId> <version>3.0.24</version> <type>pom</type> </dependency>
implementation 'org.bridgedb:bridgedb-bundle:3.0.24'
implementation("org.bridgedb:bridgedb-bundle:3.0.24")
libraryDependencies += "org.bridgedb" % "bridgedb-bundle" % "3.0.24"
@Grapes( @Grab(group='org.bridgedb', module='bridgedb-bundle', version='3.0.24') )
<dependency org="org.bridgedb" name="bridgedb-bundle" rev="3.0.24" />
[org.bridgedb/bridgedb-bundle "3.0.24"]
'org.bridgedb:bridgedb-bundle:jar:3.0.24'