| Категории |
КатегорииJavaScript Языки программирования EventBus Библиотеки уровня приложения Messaging |
|---|---|
| Группа | Группаcom.ovea |
| Идентификатор | Идентификаторovea-js-eventbus |
| Версия | Версия1.6.ga |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ovea-js-eventbus-1.6.ga.pom | |
| ovea-js-eventbus-1.6.ga.jar | 8 KB |
| ovea-js-eventbus-1.6.ga-sources.jar | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ovea/ovea-js-eventbus/ -->
<dependency>
<groupId>com.ovea</groupId>
<artifactId>ovea-js-eventbus</artifactId>
<version>1.6.ga</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovea/ovea-js-eventbus/
implementation 'com.ovea:ovea-js-eventbus:1.6.ga'
// https://jarcasting.com/artifacts/com.ovea/ovea-js-eventbus/
implementation ("com.ovea:ovea-js-eventbus:1.6.ga")
'com.ovea:ovea-js-eventbus:jar:1.6.ga'
<dependency org="com.ovea" name="ovea-js-eventbus" rev="1.6.ga">
<artifact name="ovea-js-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovea', module='ovea-js-eventbus', version='1.6.ga')
)
libraryDependencies += "com.ovea" % "ovea-js-eventbus" % "1.6.ga"
[com.ovea/ovea-js-eventbus "1.6.ga"]