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