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