не последняя версия
Последняя версия 0.2

com.elusive-code.newsboy:NewsBoy 0.1

Asynchronous publish-subscribe communication library. Features: 1. Listeners are stored using WeakReferences to prevent memory leaks when they are not unsubscribed. 2. Uses fork-join framework for concurrent event delivery. 3. Publish methods returns collection of Futures that represent event notifications. 4. Supports ordered publishing: guaranteed to notify of the events in order they were published. 5. Provides EventService interface for better integration with IOC containers and alternative implementations.

Группа

Группа

com.elusive-code.newsboy
Идентификатор

Идентификатор

NewsBoy
Версия

Версия

0.1
Тип

Тип

jar

Скачать NewsBoy 0.1


<!-- https://jarcasting.com/artifacts/com.elusive-code.newsboy/NewsBoy/ -->
<dependency>
    <groupId>com.elusive-code.newsboy</groupId>
    <artifactId>NewsBoy</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.elusive-code.newsboy/NewsBoy/
implementation 'com.elusive-code.newsboy:NewsBoy:0.1'
// https://jarcasting.com/artifacts/com.elusive-code.newsboy/NewsBoy/
implementation ("com.elusive-code.newsboy:NewsBoy:0.1")
'com.elusive-code.newsboy:NewsBoy:jar:0.1'
<dependency org="com.elusive-code.newsboy" name="NewsBoy" rev="0.1">
  <artifact name="NewsBoy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elusive-code.newsboy', module='NewsBoy', version='0.1')
)
libraryDependencies += "com.elusive-code.newsboy" % "NewsBoy" % "0.1"
[com.elusive-code.newsboy/NewsBoy "0.1"]