MVN

me.mattstudios.utils : matt-framework-msg

Maven & Gradle

Sep 17, 2020
13 stars

Matt's Markdown JSON message · Message framework for markdown like syntax to be converted to Minecraft.

<dependency>
    <groupId>me.mattstudios.utils</groupId>
    <artifactId>matt-framework-msg</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.mattstudios.utils : matt-framework-msg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of me.mattstudios.utils : matt-framework-msg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
matt-framework-msg-1.1.5
matt-framework-msg-1.1.4
matt-framework-msg-1.1.3
matt-framework-msg-1.1.2
matt-framework-msg-1.1.1
1.1
matt-framework-msg-1.1
1.0
matt-framework-msg-1.0

How to add a dependency to Maven

Add the following me.mattstudios.utils : matt-framework-msg maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.mattstudios.utils</groupId>
    <artifactId>matt-framework-msg</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.mattstudios.utils : matt-framework-msg gradle dependency to your build.gradle file:

implementation 'me.mattstudios.utils:matt-framework-msg:1.1.5'

Gradle Kotlin DSL: Add the following me.mattstudios.utils : matt-framework-msg gradle kotlin dependency to your build.gradle.kts file:

implementation("me.mattstudios.utils:matt-framework-msg:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.mattstudios.utils : matt-framework-msg sbt scala dependency to your build.sbt file:

libraryDependencies += "me.mattstudios.utils" % "matt-framework-msg" % "1.1.5"