| GroupId | GroupIdcom.github.anji-plus | 
    
|---|---|
| ArtifactId | ArtifactIdanji-open-sdk | 
    
| Version | Version1.0.12.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.anji-plus/anji-open-sdk/ -->
<dependency>
    <groupId>com.github.anji-plus</groupId>
    <artifactId>anji-open-sdk</artifactId>
    <version>1.0.12.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.anji-plus/anji-open-sdk/
implementation 'com.github.anji-plus:anji-open-sdk:1.0.12.RELEASE'
                // https://jarcasting.com/artifacts/com.github.anji-plus/anji-open-sdk/
implementation ("com.github.anji-plus:anji-open-sdk:1.0.12.RELEASE")
                'com.github.anji-plus:anji-open-sdk:jar:1.0.12.RELEASE'
                <dependency org="com.github.anji-plus" name="anji-open-sdk" rev="1.0.12.RELEASE">
  <artifact name="anji-open-sdk" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.anji-plus', module='anji-open-sdk', version='1.0.12.RELEASE')
)
                libraryDependencies += "com.github.anji-plus" % "anji-open-sdk" % "1.0.12.RELEASE"
                [com.github.anji-plus/anji-open-sdk "1.0.12.RELEASE"]