| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.butor |
| Идентификатор | Идентификаторbutor-notif |
| Последняя версия | Последняя версия1.0.30 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеButor Framework Service - Notification Module
This project is a module of butor framework. Used to manage notification between subscribed consumers and producers.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| butor-notif-1.0.30.pom | |
| butor-notif-1.0.30.jar | 16 KB |
| butor-notif-1.0.30-sources.jar | 15 KB |
| butor-notif-1.0.30-javadoc.jar | 85 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.butor/butor-notif/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-notif</artifactId>
<version>1.0.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-notif/
implementation 'com.butor:butor-notif:1.0.30'
// https://jarcasting.com/artifacts/com.butor/butor-notif/
implementation ("com.butor:butor-notif:1.0.30")
'com.butor:butor-notif:jar:1.0.30'
<dependency org="com.butor" name="butor-notif" rev="1.0.30">
<artifact name="butor-notif" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-notif', version='1.0.30')
)
libraryDependencies += "com.butor" % "butor-notif" % "1.0.30"
[com.butor/butor-notif "1.0.30"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.butor : butor-json | jar | 1.0.29 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |