| GroupId | GroupIdcom.github.fangjinuo.audit |
|---|---|
| ArtifactId | ArtifactIdaudit |
| Version | Version1.1.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| audit-1.1.3.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit/ -->
<dependency>
<groupId>com.github.fangjinuo.audit</groupId>
<artifactId>audit</artifactId>
<version>1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit/
implementation 'com.github.fangjinuo.audit:audit:1.1.3'
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit/
implementation ("com.github.fangjinuo.audit:audit:1.1.3")
'com.github.fangjinuo.audit:audit:pom:1.1.3'
<dependency org="com.github.fangjinuo.audit" name="audit" rev="1.1.3">
<artifact name="audit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.audit', module='audit', version='1.1.3')
)
libraryDependencies += "com.github.fangjinuo.audit" % "audit" % "1.1.3"
[com.github.fangjinuo.audit/audit "1.1.3"]