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