MVN

com.github.marcoferrer.krotoplus : kroto-plus-message

Maven & Gradle

Feb 04, 2020
1 usages
493 stars

kroto-plus-message · Kroto+ Extendable Messages

<dependency>
    <groupId>com.github.marcoferrer.krotoplus</groupId>
    <artifactId>kroto-plus-message</artifactId>
    <version>0.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.marcoferrer.krotoplus : kroto-plus-message to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.1
  • Latest Release Candidate: 0.2.2-RC3

All Versions

Choose a version of com.github.marcoferrer.krotoplus : kroto-plus-message to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
kroto-plus-message-0.6.1
kroto-plus-message-0.6.0
0.5.x
kroto-plus-message-0.5.0
0.4.x
kroto-plus-message-0.4.0
0.3.x
kroto-plus-message-0.3.0
0.2.x
kroto-plus-message-0.2.2-RC3
kroto-plus-message-0.2.2-RC2
kroto-plus-message-0.2.2-RC1
kroto-plus-message-0.2.1
kroto-plus-message-0.2.0
0.1.x
kroto-plus-message-0.1.3

How to add a dependency to Maven

Add the following com.github.marcoferrer.krotoplus : kroto-plus-message maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.marcoferrer.krotoplus</groupId>
    <artifactId>kroto-plus-message</artifactId>
    <version>0.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.marcoferrer.krotoplus : kroto-plus-message gradle dependency to your build.gradle file:

implementation 'com.github.marcoferrer.krotoplus:kroto-plus-message:0.6.1'

Gradle Kotlin DSL: Add the following com.github.marcoferrer.krotoplus : kroto-plus-message gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.marcoferrer.krotoplus:kroto-plus-message:0.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.marcoferrer.krotoplus : kroto-plus-message sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.marcoferrer.krotoplus" % "kroto-plus-message" % "0.6.1"

Advertisement