| Categories | CategoriesMonitoring Application Testing & Monitoring | 
|---|---|
| GroupId | GroupIdcom.gitee.pifeng | 
| ArtifactId | ArtifactIdmonitoring-common-web | 
| Version | Version0.0.4.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.gitee.pifeng/monitoring-common-web/ -->
<dependency>
    <groupId>com.gitee.pifeng</groupId>
    <artifactId>monitoring-common-web</artifactId>
    <version>0.0.4.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.gitee.pifeng/monitoring-common-web/
implementation 'com.gitee.pifeng:monitoring-common-web:0.0.4.RELEASE'// https://jarcasting.com/artifacts/com.gitee.pifeng/monitoring-common-web/
implementation ("com.gitee.pifeng:monitoring-common-web:0.0.4.RELEASE")'com.gitee.pifeng:monitoring-common-web:jar:0.0.4.RELEASE'<dependency org="com.gitee.pifeng" name="monitoring-common-web" rev="0.0.4.RELEASE">
  <artifact name="monitoring-common-web" type="jar" />
</dependency>@Grapes(
@Grab(group='com.gitee.pifeng', module='monitoring-common-web', version='0.0.4.RELEASE')
)libraryDependencies += "com.gitee.pifeng" % "monitoring-common-web" % "0.0.4.RELEASE"[com.gitee.pifeng/monitoring-common-web "0.0.4.RELEASE"]