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