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