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