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