GroupId | GroupIdcom.github.cafaudit |
---|---|
ArtifactId | ArtifactIdcaf-audit |
Version | Version2.0.0-6 |
Type | Typejar |
Filename | Size |
---|---|
caf-audit-2.0.0-6.pom | |
caf-audit-2.0.0-6.jar | 15 KB |
caf-audit-2.0.0-6-sources.jar | 16 KB |
caf-audit-2.0.0-6-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafaudit/caf-audit/ -->
<dependency>
<groupId>com.github.cafaudit</groupId>
<artifactId>caf-audit</artifactId>
<version>2.0.0-6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafaudit/caf-audit/
implementation 'com.github.cafaudit:caf-audit:2.0.0-6'
// https://jarcasting.com/artifacts/com.github.cafaudit/caf-audit/
implementation ("com.github.cafaudit:caf-audit:2.0.0-6")
'com.github.cafaudit:caf-audit:jar:2.0.0-6'
<dependency org="com.github.cafaudit" name="caf-audit" rev="2.0.0-6">
<artifact name="caf-audit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafaudit', module='caf-audit', version='2.0.0-6')
)
libraryDependencies += "com.github.cafaudit" % "caf-audit" % "2.0.0-6"
[com.github.cafaudit/caf-audit "2.0.0-6"]