| GroupId | GroupIdcom.github.inspektr |
|---|---|
| ArtifactId | ArtifactIdinspektr-audit |
| Version | Version1.0.4.GA |
| Type | Typejar |
| Filename | Size |
|---|---|
| inspektr-audit-1.0.4.GA.pom | |
| inspektr-audit-1.0.4.GA.jar | 16 KB |
| inspektr-audit-1.0.4.GA-sources.jar | 20 KB |
| inspektr-audit-1.0.4.GA-javadoc.jar | 131 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.inspektr/inspektr-audit/ -->
<dependency>
<groupId>com.github.inspektr</groupId>
<artifactId>inspektr-audit</artifactId>
<version>1.0.4.GA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-audit/
implementation 'com.github.inspektr:inspektr-audit:1.0.4.GA'
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-audit/
implementation ("com.github.inspektr:inspektr-audit:1.0.4.GA")
'com.github.inspektr:inspektr-audit:jar:1.0.4.GA'
<dependency org="com.github.inspektr" name="inspektr-audit" rev="1.0.4.GA">
<artifact name="inspektr-audit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.inspektr', module='inspektr-audit', version='1.0.4.GA')
)
libraryDependencies += "com.github.inspektr" % "inspektr-audit" % "1.0.4.GA"
[com.github.inspektr/inspektr-audit "1.0.4.GA"]