| Группа | Группаcom.hubspot |
|---|---|
| Идентификатор | ИдентификаторBaragonServiceIntegrationTests |
| Версия | Версия0.5.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.hubspot/BaragonServiceIntegrationTests/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>BaragonServiceIntegrationTests</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/BaragonServiceIntegrationTests/
implementation 'com.hubspot:BaragonServiceIntegrationTests:0.5.0'
// https://jarcasting.com/artifacts/com.hubspot/BaragonServiceIntegrationTests/
implementation ("com.hubspot:BaragonServiceIntegrationTests:0.5.0")
'com.hubspot:BaragonServiceIntegrationTests:jar:0.5.0'
<dependency org="com.hubspot" name="BaragonServiceIntegrationTests" rev="0.5.0">
<artifact name="BaragonServiceIntegrationTests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='BaragonServiceIntegrationTests', version='0.5.0')
)
libraryDependencies += "com.hubspot" % "BaragonServiceIntegrationTests" % "0.5.0"
[com.hubspot/BaragonServiceIntegrationTests "0.5.0"]