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