GroupId | GroupIdcom.opsgenie.thundra |
---|---|
ArtifactId | ArtifactIdthundra-parent |
Version | Version1.1.0 |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
thundra-parent-1.1.0.pom | 18 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"]