Eventcast Publish Subscribe
This library offers loosely coupled Publish-Subscribe functionaility and is tightly integrated with Google Guice.
Please read the Eventcast wiki for documentation and features
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.lexicalscope.eventcast |
| Идентификатор | Идентификаторeventcast-integration |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеeventcast-integration
eventcast - parent project
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| eventcast-integration-1.0.2.pom | |
| eventcast-integration-1.0.2.jar | 2 KB |
| eventcast-integration-1.0.2-javadoc.jar | 332 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast-integration/ -->
<dependency>
<groupId>com.lexicalscope.eventcast</groupId>
<artifactId>eventcast-integration</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast-integration/
implementation 'com.lexicalscope.eventcast:eventcast-integration:1.0.2'
// https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast-integration/
implementation ("com.lexicalscope.eventcast:eventcast-integration:1.0.2")
'com.lexicalscope.eventcast:eventcast-integration:jar:1.0.2'
<dependency org="com.lexicalscope.eventcast" name="eventcast-integration" rev="1.0.2">
<artifact name="eventcast-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.eventcast', module='eventcast-integration', version='1.0.2')
)
libraryDependencies += "com.lexicalscope.eventcast" % "eventcast-integration" % "1.0.2"
[com.lexicalscope.eventcast/eventcast-integration "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.lexicalscope.eventcast : eventcast | jar | 1.0.2 |
| com.google.inject : guice | jar | 3.0 |
| junit : junit-dep | jar | 4.10 |
| org.hamcrest : hamcrest-integration | jar | 1.3.RC2 |
| org.hamcrest : hamcrest-core | jar | 1.3.RC2 |
This library offers loosely coupled Publish-Subscribe functionaility and is tightly integrated with Google Guice.
Please read the Eventcast wiki for documentation and features