GroupId | GroupIdcom.opsgenie.thundra |
---|---|
ArtifactId | ArtifactIdthundra-parent |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
thundra-parent-1.0.1.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.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-parent/
implementation 'com.opsgenie.thundra:thundra-parent:1.0.1'
// https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-parent/
implementation ("com.opsgenie.thundra:thundra-parent:1.0.1")
'com.opsgenie.thundra:thundra-parent:pom:1.0.1'
<dependency org="com.opsgenie.thundra" name="thundra-parent" rev="1.0.1">
<artifact name="thundra-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.opsgenie.thundra', module='thundra-parent', version='1.0.1')
)
libraryDependencies += "com.opsgenie.thundra" % "thundra-parent" % "1.0.1"
[com.opsgenie.thundra/thundra-parent "1.0.1"]