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