| Лицензия |
Лицензия
mit
|
|---|---|
| Группа | Группаcom.aliyun.tpp |
| Идентификатор | Идентификаторsolution-protocol |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеaliyun-tpp-solution-protocol
the basic solution protocol for tpp, aliyun cloud service
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| solution-protocol-1.0.pom | |
| solution-protocol-1.0.jar | 9 KB |
| solution-protocol-1.0-sources.jar | 9 KB |
| solution-protocol-1.0-javadoc.jar | 81 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.aliyun.tpp/solution-protocol/ -->
<dependency>
<groupId>com.aliyun.tpp</groupId>
<artifactId>solution-protocol</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.tpp/solution-protocol/
implementation 'com.aliyun.tpp:solution-protocol:1.0'
// https://jarcasting.com/artifacts/com.aliyun.tpp/solution-protocol/
implementation ("com.aliyun.tpp:solution-protocol:1.0")
'com.aliyun.tpp:solution-protocol:jar:1.0'
<dependency org="com.aliyun.tpp" name="solution-protocol" rev="1.0">
<artifact name="solution-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.tpp', module='solution-protocol', version='1.0')
)
libraryDependencies += "com.aliyun.tpp" % "solution-protocol" % "1.0"
[com.aliyun.tpp/solution-protocol "1.0"]