is not current version
Last Version 2.3.18

com.github.fangjinuo.audit:audit 1.1.1

A common audit framework for java application

GroupId

GroupId

com.github.fangjinuo.audit
ArtifactId

ArtifactId

audit
Version

Version

1.1.1
Type

Type

pom

Download audit 1.1.1

Filename Size
audit-1.1.1.pom 13 KB
Browse

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