| License |
License |
|---|---|
| GroupId | GroupIdcom.google.cloud |
| ArtifactId | ArtifactIdlibraries-bom |
| Last Version | Last Version25.4.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionGoogle Cloud Platform Supported Libraries
A compatible set of Google Cloud open source libraries.
Document: https://cloud.google.com/java/docs/bom
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| libraries-bom-25.4.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud/libraries-bom/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>25.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/libraries-bom/
implementation 'com.google.cloud:libraries-bom:25.4.0'
// https://jarcasting.com/artifacts/com.google.cloud/libraries-bom/
implementation ("com.google.cloud:libraries-bom:25.4.0")
'com.google.cloud:libraries-bom:pom:25.4.0'
<dependency org="com.google.cloud" name="libraries-bom" rev="25.4.0">
<artifact name="libraries-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='libraries-bom', version='25.4.0')
)
libraryDependencies += "com.google.cloud" % "libraries-bom" % "25.4.0"
[com.google.cloud/libraries-bom "25.4.0"]