| Группа | Группаcom.github.anji-plus |
|---|---|
| Идентификатор | Идентификаторanji-open-sdk |
| Версия | Версия1.0.9.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| anji-open-sdk-1.0.9.RELEASE.pom | |
| anji-open-sdk-1.0.9.RELEASE.jar | 15 KB |
| anji-open-sdk-1.0.9.RELEASE-sources.jar | 10 KB |
| anji-open-sdk-1.0.9.RELEASE-javadoc.jar | 47 KB |
| Обзор |
<!-- 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.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anji-plus/anji-open-sdk/
implementation 'com.github.anji-plus:anji-open-sdk:1.0.9.RELEASE'
// https://jarcasting.com/artifacts/com.github.anji-plus/anji-open-sdk/
implementation ("com.github.anji-plus:anji-open-sdk:1.0.9.RELEASE")
'com.github.anji-plus:anji-open-sdk:jar:1.0.9.RELEASE'
<dependency org="com.github.anji-plus" name="anji-open-sdk" rev="1.0.9.RELEASE">
<artifact name="anji-open-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anji-plus', module='anji-open-sdk', version='1.0.9.RELEASE')
)
libraryDependencies += "com.github.anji-plus" % "anji-open-sdk" % "1.0.9.RELEASE"
[com.github.anji-plus/anji-open-sdk "1.0.9.RELEASE"]