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