| GroupId | GroupIdcom.opsgenie.thundra | 
|---|---|
| ArtifactId | ArtifactIdthundra-audit-instrument | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
<!-- https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-audit-instrument/ -->
<dependency>
    <groupId>com.opsgenie.thundra</groupId>
    <artifactId>thundra-audit-instrument</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-audit-instrument/
implementation 'com.opsgenie.thundra:thundra-audit-instrument:1.1.0'// https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-audit-instrument/
implementation ("com.opsgenie.thundra:thundra-audit-instrument:1.1.0")'com.opsgenie.thundra:thundra-audit-instrument:jar:1.1.0'<dependency org="com.opsgenie.thundra" name="thundra-audit-instrument" rev="1.1.0">
  <artifact name="thundra-audit-instrument" type="jar" />
</dependency>@Grapes(
@Grab(group='com.opsgenie.thundra', module='thundra-audit-instrument', version='1.1.0')
)libraryDependencies += "com.opsgenie.thundra" % "thundra-audit-instrument" % "1.1.0"[com.opsgenie.thundra/thundra-audit-instrument "1.1.0"]