is not current version
Last Version 1.0.30

com.butor:butor-notif-model 1.0.24

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-model
Version

Version

1.0.24
Type

Type

jar

Download butor-notif-model 1.0.24


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