| Categories | CategoriesSecurity | 
|---|---|
| GroupId | GroupIdcom.healthy-chn.security | 
| ArtifactId | ArtifactIdhealthy-common-log | 
| Version | Version1.2.0.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-log/ -->
<dependency>
    <groupId>com.healthy-chn.security</groupId>
    <artifactId>healthy-common-log</artifactId>
    <version>1.2.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-log/
implementation 'com.healthy-chn.security:healthy-common-log:1.2.0.RELEASE'// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-log/
implementation ("com.healthy-chn.security:healthy-common-log:1.2.0.RELEASE")'com.healthy-chn.security:healthy-common-log:jar:1.2.0.RELEASE'<dependency org="com.healthy-chn.security" name="healthy-common-log" rev="1.2.0.RELEASE">
  <artifact name="healthy-common-log" type="jar" />
</dependency>@Grapes(
@Grab(group='com.healthy-chn.security', module='healthy-common-log', version='1.2.0.RELEASE')
)libraryDependencies += "com.healthy-chn.security" % "healthy-common-log" % "1.2.0.RELEASE"[com.healthy-chn.security/healthy-common-log "1.2.0.RELEASE"]