GroupId | GroupIdcom.hubspot |
---|---|
ArtifactId | ArtifactIdBaragonWatcher |
Version | Version0.1.9 |
Type | Typejar |
Filename | Size |
---|---|
BaragonWatcher-0.1.9.pom | |
BaragonWatcher-0.1.9.jar | 13 KB |
BaragonWatcher-0.1.9-sources.jar | 4 KB |
BaragonWatcher-0.1.9-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hubspot/BaragonWatcher/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>BaragonWatcher</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/BaragonWatcher/
implementation 'com.hubspot:BaragonWatcher:0.1.9'
// https://jarcasting.com/artifacts/com.hubspot/BaragonWatcher/
implementation ("com.hubspot:BaragonWatcher:0.1.9")
'com.hubspot:BaragonWatcher:jar:0.1.9'
<dependency org="com.hubspot" name="BaragonWatcher" rev="0.1.9">
<artifact name="BaragonWatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='BaragonWatcher', version='0.1.9')
)
libraryDependencies += "com.hubspot" % "BaragonWatcher" % "0.1.9"
[com.hubspot/BaragonWatcher "0.1.9"]