MVN

com.butor : portal-with-notif-activemq

Maven & Gradle

Mar 19, 2018

Butor Portal webapp (with active mq notif) · This is a web portal with notfication based on active mq messaging. It is part of Butor Framework and released under APL 2.0.

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>portal-with-notif-activemq</artifactId>
    <version>1.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.18

All Versions

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

Version Vulnerabilities Updated
1.0.x
portal-with-notif-activemq-1.0.18
portal-with-notif-activemq-1.0.17
portal-with-notif-activemq-1.0.15
portal-with-notif-activemq-1.0.14
portal-with-notif-activemq-1.0.13
portal-with-notif-activemq-1.0.12
portal-with-notif-activemq-1.0.9
portal-with-notif-activemq-1.0.7
portal-with-notif-activemq-1.0.6
portal-with-notif-activemq-1.0.5
portal-with-notif-activemq-1.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>portal-with-notif-activemq</artifactId>
    <version>1.0.18</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.butor:portal-with-notif-activemq:1.0.18'

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

implementation("com.butor:portal-with-notif-activemq:1.0.18")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.butor" % "portal-with-notif-activemq" % "1.0.18"