GroupId | GroupIdcom.github.fangjinuo.audit |
---|---|
ArtifactId | ArtifactIdaudit-core |
Version | Version2.3.9 |
Type | Typejar |
Filename | Size |
---|---|
audit-core-2.3.9.pom | |
audit-core-2.3.9.jar | 146 KB |
audit-core-2.3.9-sources.jar | 66 KB |
audit-core-2.3.9-javadoc.jar | 549 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit-core/ -->
<dependency>
<groupId>com.github.fangjinuo.audit</groupId>
<artifactId>audit-core</artifactId>
<version>2.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit-core/
implementation 'com.github.fangjinuo.audit:audit-core:2.3.9'
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit-core/
implementation ("com.github.fangjinuo.audit:audit-core:2.3.9")
'com.github.fangjinuo.audit:audit-core:jar:2.3.9'
<dependency org="com.github.fangjinuo.audit" name="audit-core" rev="2.3.9">
<artifact name="audit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.audit', module='audit-core', version='2.3.9')
)
libraryDependencies += "com.github.fangjinuo.audit" % "audit-core" % "2.3.9"
[com.github.fangjinuo.audit/audit-core "2.3.9"]