MVN

com.butor : message

Maven & Gradle

Feb 16, 2022
<dependency>
    <groupId>com.butor</groupId>
    <artifactId>message</artifactId>
    <version>1.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.28

All Versions

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

Version Vulnerabilities Updated
1.0.x
message-1.0.28
message-1.0.26
message-1.0.25
message-1.0.24
message-1.0.19
message-1.0.18
message-1.0.17
message-1.0.14
message-1.0.13
message-1.0.12
message-1.0.10
message-1.0.9
message-1.0.7
message-1.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>message</artifactId>
    <version>1.0.28</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.butor:message:1.0.28'

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

implementation("com.butor:message:1.0.28")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.butor" % "message" % "1.0.28"