GroupId | GroupIdcom.hubspot |
---|---|
ArtifactId | ArtifactIdBaragonServiceIntegrationTests |
Version | Version0.1.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hubspot/BaragonServiceIntegrationTests/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>BaragonServiceIntegrationTests</artifactId>
<version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/BaragonServiceIntegrationTests/
implementation 'com.hubspot:BaragonServiceIntegrationTests:0.1.12'
// https://jarcasting.com/artifacts/com.hubspot/BaragonServiceIntegrationTests/
implementation ("com.hubspot:BaragonServiceIntegrationTests:0.1.12")
'com.hubspot:BaragonServiceIntegrationTests:jar:0.1.12'
<dependency org="com.hubspot" name="BaragonServiceIntegrationTests" rev="0.1.12">
<artifact name="BaragonServiceIntegrationTests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='BaragonServiceIntegrationTests', version='0.1.12')
)
libraryDependencies += "com.hubspot" % "BaragonServiceIntegrationTests" % "0.1.12"
[com.hubspot/BaragonServiceIntegrationTests "0.1.12"]