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