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