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