| GroupId | GroupIdcom.hubspot |
|---|---|
| ArtifactId | ArtifactIdbasepom |
| Last Version | Last Version25.7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Description |
| Filename | Size |
|---|---|
| basepom-25.7.pom | 79 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hubspot/basepom/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>basepom</artifactId>
<version>25.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/basepom/
implementation 'com.hubspot:basepom:25.7'
// https://jarcasting.com/artifacts/com.hubspot/basepom/
implementation ("com.hubspot:basepom:25.7")
'com.hubspot:basepom:pom:25.7'
<dependency org="com.hubspot" name="basepom" rev="25.7">
<artifact name="basepom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='basepom', version='25.7')
)
libraryDependencies += "com.hubspot" % "basepom" % "25.7"
[com.hubspot/basepom "25.7"]