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