| Категории |
КатегорииMessaging Библиотеки уровня приложения |
|---|---|
| Группа | Группаcom.aoindustries |
| Идентификатор | Идентификаторao-messaging-http |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ao-messaging-http-1.0.1.pom | |
| ao-messaging-http-1.0.1.jar | 33 KB |
| ao-messaging-http-1.0.1-sources.jar | 28 KB |
| ao-messaging-http-1.0.1-javadoc.jar | 338 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.aoindustries/ao-messaging-http/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-messaging-http</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/ao-messaging-http/
implementation 'com.aoindustries:ao-messaging-http:1.0.1'
// https://jarcasting.com/artifacts/com.aoindustries/ao-messaging-http/
implementation ("com.aoindustries:ao-messaging-http:1.0.1")
'com.aoindustries:ao-messaging-http:jar:1.0.1'
<dependency org="com.aoindustries" name="ao-messaging-http" rev="1.0.1">
<artifact name="ao-messaging-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='ao-messaging-http', version='1.0.1')
)
libraryDependencies += "com.aoindustries" % "ao-messaging-http" % "1.0.1"
[com.aoindustries/ao-messaging-http "1.0.1"]