GroupId | GroupIdio.hyscale |
---|---|
ArtifactId | ArtifactIdtroubleshooting-integration |
Version | Version0.9.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.hyscale/troubleshooting-integration/ -->
<dependency>
<groupId>io.hyscale</groupId>
<artifactId>troubleshooting-integration</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.hyscale/troubleshooting-integration/
implementation 'io.hyscale:troubleshooting-integration:0.9.9'
// https://jarcasting.com/artifacts/io.hyscale/troubleshooting-integration/
implementation ("io.hyscale:troubleshooting-integration:0.9.9")
'io.hyscale:troubleshooting-integration:jar:0.9.9'
<dependency org="io.hyscale" name="troubleshooting-integration" rev="0.9.9">
<artifact name="troubleshooting-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hyscale', module='troubleshooting-integration', version='0.9.9')
)
libraryDependencies += "io.hyscale" % "troubleshooting-integration" % "0.9.9"
[io.hyscale/troubleshooting-integration "0.9.9"]