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