MVN

com.butor : butor-notif-model

Maven & Gradle

Nov 22, 2019

Butor Framework Service - Notification Model Module · This project is a module of butor framework. Used to manage notification between subscribed consumers and producers.

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-notif-model</artifactId>
    <version>1.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.butor : butor-notif-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.30

All Versions

Choose a version of com.butor : butor-notif-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
butor-notif-model-1.0.30
butor-notif-model-1.0.29
butor-notif-model-1.0.28
butor-notif-model-1.0.27
butor-notif-model-1.0.25
butor-notif-model-1.0.24
butor-notif-model-1.0.23
butor-notif-model-1.0.22
butor-notif-model-1.0.21
butor-notif-model-1.0.19
butor-notif-model-1.0.18
butor-notif-model-1.0.17
butor-notif-model-1.0.14
butor-notif-model-1.0.13
butor-notif-model-1.0.12
butor-notif-model-1.0.9
butor-notif-model-1.0.7
butor-notif-model-1.0.6
butor-notif-model-1.0.3

How to add a dependency to Maven

Add the following com.butor : butor-notif-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-notif-model</artifactId>
    <version>1.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.butor : butor-notif-model gradle dependency to your build.gradle file:

implementation 'com.butor:butor-notif-model:1.0.30'

Gradle Kotlin DSL: Add the following com.butor : butor-notif-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.butor:butor-notif-model:1.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.butor : butor-notif-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.butor" % "butor-notif-model" % "1.0.30"

Advertisement