MVN

me.mattstudios.utils : matt-core

Maven & Gradle

Oct 30, 2019

MattCore · Core for my plugins.

<dependency>
    <groupId>me.mattstudios.utils</groupId>
    <artifactId>matt-core</artifactId>
    <version>1.0.3-BETA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.3-BETA
  • Latest Beta: 1.0.3-BETA

All Versions

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

Version Vulnerabilities Updated
1.0.x
matt-core-1.0.3-BETA

How to add a dependency to Maven

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

<dependency>
    <groupId>me.mattstudios.utils</groupId>
    <artifactId>matt-core</artifactId>
    <version>1.0.3-BETA</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'me.mattstudios.utils:matt-core:1.0.3-BETA'

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

implementation("me.mattstudios.utils:matt-core:1.0.3-BETA")

How to add a dependency to SBT Scala

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

libraryDependencies += "me.mattstudios.utils" % "matt-core" % "1.0.3-BETA"