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