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