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