GroupId | GroupIdcom.opsgenie.thundra |
---|---|
ArtifactId | ArtifactIdthundra-audit |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
thundra-audit-1.0.0.pom | |
thundra-audit-1.0.0.jar | 38 KB |
thundra-audit-1.0.0-sources.jar | 21 KB |
thundra-audit-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-audit/
implementation 'com.opsgenie.thundra:thundra-audit:1.0.0'
// https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-audit/
implementation ("com.opsgenie.thundra:thundra-audit:1.0.0")
'com.opsgenie.thundra:thundra-audit:jar:1.0.0'
<dependency org="com.opsgenie.thundra" name="thundra-audit" rev="1.0.0">
<artifact name="thundra-audit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsgenie.thundra', module='thundra-audit', version='1.0.0')
)
libraryDependencies += "com.opsgenie.thundra" % "thundra-audit" % "1.0.0"
[com.opsgenie.thundra/thundra-audit "1.0.0"]