| Categories | CategoriesSecurity | 
|---|---|
| GroupId | GroupIdcom.healthy-chn.security | 
| ArtifactId | ArtifactIdhealthy-app | 
| Version | Version1.1.2.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| healthy-app-1.1.2.RELEASE.pom | |
| healthy-app-1.1.2.RELEASE.jar | 53 KB | 
| healthy-app-1.1.2.RELEASE-sources.jar | 36 KB | 
| healthy-app-1.1.2.RELEASE-javadoc.jar | 370 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-app/ -->
<dependency>
    <groupId>com.healthy-chn.security</groupId>
    <artifactId>healthy-app</artifactId>
    <version>1.1.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-app/
implementation 'com.healthy-chn.security:healthy-app:1.1.2.RELEASE'// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-app/
implementation ("com.healthy-chn.security:healthy-app:1.1.2.RELEASE")'com.healthy-chn.security:healthy-app:jar:1.1.2.RELEASE'<dependency org="com.healthy-chn.security" name="healthy-app" rev="1.1.2.RELEASE">
  <artifact name="healthy-app" type="jar" />
</dependency>@Grapes(
@Grab(group='com.healthy-chn.security', module='healthy-app', version='1.1.2.RELEASE')
)libraryDependencies += "com.healthy-chn.security" % "healthy-app" % "1.1.2.RELEASE"[com.healthy-chn.security/healthy-app "1.1.2.RELEASE"]