GroupId | GroupIdcom.github.anji-plus |
---|---|
ArtifactId | ArtifactIdanji-open-sdk |
Version | Version1.0.8.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.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anji-plus/anji-open-sdk/
implementation 'com.github.anji-plus:anji-open-sdk:1.0.8.RELEASE'
// https://jarcasting.com/artifacts/com.github.anji-plus/anji-open-sdk/
implementation ("com.github.anji-plus:anji-open-sdk:1.0.8.RELEASE")
'com.github.anji-plus:anji-open-sdk:jar:1.0.8.RELEASE'
<dependency org="com.github.anji-plus" name="anji-open-sdk" rev="1.0.8.RELEASE">
<artifact name="anji-open-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anji-plus', module='anji-open-sdk', version='1.0.8.RELEASE')
)
libraryDependencies += "com.github.anji-plus" % "anji-open-sdk" % "1.0.8.RELEASE"
[com.github.anji-plus/anji-open-sdk "1.0.8.RELEASE"]