| License | License | 
|---|---|
| GroupId | GroupIdcom.thirtyai | 
| ArtifactId | ArtifactIdnezha-bom-starter | 
| Version | Version0.5.0-202x207-RELEASE | 
| Type | Typepom | 
| Description | Descriptionnezha-bom-starter nezha-bom-starter: nezha(哪吒) starters dependencies. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| nezha-bom-starter-0.5.0-202x207-RELEASE.pom | 26 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.thirtyai/nezha-bom-starter/ -->
<dependency>
    <groupId>com.thirtyai</groupId>
    <artifactId>nezha-bom-starter</artifactId>
    <version>0.5.0-202x207-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.thirtyai/nezha-bom-starter/
implementation 'com.thirtyai:nezha-bom-starter:0.5.0-202x207-RELEASE'// https://jarcasting.com/artifacts/com.thirtyai/nezha-bom-starter/
implementation ("com.thirtyai:nezha-bom-starter:0.5.0-202x207-RELEASE")'com.thirtyai:nezha-bom-starter:pom:0.5.0-202x207-RELEASE'<dependency org="com.thirtyai" name="nezha-bom-starter" rev="0.5.0-202x207-RELEASE">
  <artifact name="nezha-bom-starter" type="pom" />
</dependency>@Grapes(
@Grab(group='com.thirtyai', module='nezha-bom-starter', version='0.5.0-202x207-RELEASE')
)libraryDependencies += "com.thirtyai" % "nezha-bom-starter" % "0.5.0-202x207-RELEASE"[com.thirtyai/nezha-bom-starter "0.5.0-202x207-RELEASE"]