GroupId | GroupIdcom.hubspot.snapshots |
---|---|
ArtifactId | ArtifactIdaccelerator-core |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
accelerator-core-0.2.pom | |
accelerator-core-0.2.jar | 5 KB |
accelerator-core-0.2-sources.jar | 2 KB |
accelerator-core-0.2-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hubspot.snapshots/accelerator-core/ -->
<dependency>
<groupId>com.hubspot.snapshots</groupId>
<artifactId>accelerator-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot.snapshots/accelerator-core/
implementation 'com.hubspot.snapshots:accelerator-core:0.2'
// https://jarcasting.com/artifacts/com.hubspot.snapshots/accelerator-core/
implementation ("com.hubspot.snapshots:accelerator-core:0.2")
'com.hubspot.snapshots:accelerator-core:jar:0.2'
<dependency org="com.hubspot.snapshots" name="accelerator-core" rev="0.2">
<artifact name="accelerator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot.snapshots', module='accelerator-core', version='0.2')
)
libraryDependencies += "com.hubspot.snapshots" % "accelerator-core" % "0.2"
[com.hubspot.snapshots/accelerator-core "0.2"]