| License | License | 
|---|---|
| Categories | CategoriesSecurity | 
| GroupId | GroupIdcom.healthy-chn.security | 
| ArtifactId | ArtifactIdhealthy-security-app | 
| Version | Version1.0.9.RELEASE | 
| Type | Typejar | 
| Description | DescriptionApp模块 | 
<!-- https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-security-app/ -->
<dependency>
    <groupId>com.healthy-chn.security</groupId>
    <artifactId>healthy-security-app</artifactId>
    <version>1.0.9.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-security-app/
implementation 'com.healthy-chn.security:healthy-security-app:1.0.9.RELEASE'// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-security-app/
implementation ("com.healthy-chn.security:healthy-security-app:1.0.9.RELEASE")'com.healthy-chn.security:healthy-security-app:jar:1.0.9.RELEASE'<dependency org="com.healthy-chn.security" name="healthy-security-app" rev="1.0.9.RELEASE">
  <artifact name="healthy-security-app" type="jar" />
</dependency>@Grapes(
@Grab(group='com.healthy-chn.security', module='healthy-security-app', version='1.0.9.RELEASE')
)libraryDependencies += "com.healthy-chn.security" % "healthy-security-app" % "1.0.9.RELEASE"[com.healthy-chn.security/healthy-security-app "1.0.9.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.healthy-chn.security : healthy-security-core | jar | 1.0.9.RELEASE |