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