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