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