is not current version
Last Version 2.3.18

com.github.fangjinuo.audit:audit 2.2.6

A common audit framework for java application

GroupId

GroupId

com.github.fangjinuo.audit
ArtifactId

ArtifactId

audit
Version

Version

2.2.6
Type

Type

pom

Download audit 2.2.6

Filename Size
audit-2.2.6.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit/ -->
<dependency>
    <groupId>com.github.fangjinuo.audit</groupId>
    <artifactId>audit</artifactId>
    <version>2.2.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit/
implementation 'com.github.fangjinuo.audit:audit:2.2.6'
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit/
implementation ("com.github.fangjinuo.audit:audit:2.2.6")
'com.github.fangjinuo.audit:audit:pom:2.2.6'
<dependency org="com.github.fangjinuo.audit" name="audit" rev="2.2.6">
  <artifact name="audit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.audit', module='audit', version='2.2.6')
)
libraryDependencies += "com.github.fangjinuo.audit" % "audit" % "2.2.6"
[com.github.fangjinuo.audit/audit "2.2.6"]