is not current version
Last Version 2.3.18

com.github.fangjinuo.audit:audit 2.3.0

A common audit framework for java application

GroupId

GroupId

com.github.fangjinuo.audit
ArtifactId

ArtifactId

audit
Version

Version

2.3.0
Type

Type

pom

Download audit 2.3.0

Filename Size
audit-2.3.0.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.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit/
implementation 'com.github.fangjinuo.audit:audit:2.3.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit/
implementation ("com.github.fangjinuo.audit:audit:2.3.0")
'com.github.fangjinuo.audit:audit:pom:2.3.0'
<dependency org="com.github.fangjinuo.audit" name="audit" rev="2.3.0">
  <artifact name="audit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.audit', module='audit', version='2.3.0')
)
libraryDependencies += "com.github.fangjinuo.audit" % "audit" % "2.3.0"
[com.github.fangjinuo.audit/audit "2.3.0"]