| Категории |
КатегорииEventBus Библиотеки уровня приложения Messaging |
|---|---|
| Группа | Группаcom.azaptree |
| Идентификатор | Идентификаторazaptree-eventbus-service |
| Версия | Версия0.0.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.azaptree/azaptree-eventbus-service/ -->
<dependency>
<groupId>com.azaptree</groupId>
<artifactId>azaptree-eventbus-service</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.azaptree/azaptree-eventbus-service/
implementation 'com.azaptree:azaptree-eventbus-service:0.0.1'
// https://jarcasting.com/artifacts/com.azaptree/azaptree-eventbus-service/
implementation ("com.azaptree:azaptree-eventbus-service:0.0.1")
'com.azaptree:azaptree-eventbus-service:jar:0.0.1'
<dependency org="com.azaptree" name="azaptree-eventbus-service" rev="0.0.1">
<artifact name="azaptree-eventbus-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azaptree', module='azaptree-eventbus-service', version='0.0.1')
)
libraryDependencies += "com.azaptree" % "azaptree-eventbus-service" % "0.0.1"
[com.azaptree/azaptree-eventbus-service "0.0.1"]