| GroupId | GroupIdcom.thirtyai | 
|---|---|
| ArtifactId | ArtifactIdnezha-common-starter | 
| Version | Version0.4.8-202x207-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.thirtyai/nezha-common-starter/ -->
<dependency>
    <groupId>com.thirtyai</groupId>
    <artifactId>nezha-common-starter</artifactId>
    <version>0.4.8-202x207-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.thirtyai/nezha-common-starter/
implementation 'com.thirtyai:nezha-common-starter:0.4.8-202x207-RELEASE'// https://jarcasting.com/artifacts/com.thirtyai/nezha-common-starter/
implementation ("com.thirtyai:nezha-common-starter:0.4.8-202x207-RELEASE")'com.thirtyai:nezha-common-starter:jar:0.4.8-202x207-RELEASE'<dependency org="com.thirtyai" name="nezha-common-starter" rev="0.4.8-202x207-RELEASE">
  <artifact name="nezha-common-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.thirtyai', module='nezha-common-starter', version='0.4.8-202x207-RELEASE')
)libraryDependencies += "com.thirtyai" % "nezha-common-starter" % "0.4.8-202x207-RELEASE"[com.thirtyai/nezha-common-starter "0.4.8-202x207-RELEASE"]