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