| License |
License |
|---|---|
| GroupId | GroupIdcom.github.fangjinuo.audit |
| ArtifactId | ArtifactIdaudit |
| Version | Version2.3.14 |
| Type | Typepom |
| Description |
Descriptioncom.github.fangjinuo.audit:audit:2.3.14
A common audit framework for java application
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| audit-2.3.14.pom | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit/ -->
<dependency>
<groupId>com.github.fangjinuo.audit</groupId>
<artifactId>audit</artifactId>
<version>2.3.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit/
implementation 'com.github.fangjinuo.audit:audit:2.3.14'
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit/
implementation ("com.github.fangjinuo.audit:audit:2.3.14")
'com.github.fangjinuo.audit:audit:pom:2.3.14'
<dependency org="com.github.fangjinuo.audit" name="audit" rev="2.3.14">
<artifact name="audit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.audit', module='audit', version='2.3.14')
)
libraryDependencies += "com.github.fangjinuo.audit" % "audit" % "2.3.14"
[com.github.fangjinuo.audit/audit "2.3.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.0 |
| com.github.fangjinuo.langx : langx-java | jar | 4.3.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |