is not current version
Last Version 1.0.30

com.butor:butor-notif 1.0.9

This project is a module of butor framework. Used to manage notification between subscribed consumers and producers.

GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-notif
Version

Version

1.0.9
Type

Type

jar

Download butor-notif 1.0.9


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