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