GroupId | GroupIdcom.github.fangjinuo.audit |
---|---|
ArtifactId | ArtifactIdaudit-core |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
audit-core-1.1.1.pom | |
audit-core-1.1.1.jar | 117 KB |
audit-core-1.1.1-sources.jar | 51 KB |
audit-core-1.1.1-javadoc.jar | 426 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit-core/
implementation 'com.github.fangjinuo.audit:audit-core:1.1.1'
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit-core/
implementation ("com.github.fangjinuo.audit:audit-core:1.1.1")
'com.github.fangjinuo.audit:audit-core:jar:1.1.1'
<dependency org="com.github.fangjinuo.audit" name="audit-core" rev="1.1.1">
<artifact name="audit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.audit', module='audit-core', version='1.1.1')
)
libraryDependencies += "com.github.fangjinuo.audit" % "audit-core" % "1.1.1"
[com.github.fangjinuo.audit/audit-core "1.1.1"]