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