MattCore

Core for my plugins.

License

License

GroupId

GroupId

me.mattstudios.utils
ArtifactId

ArtifactId

matt-core
Last Version

Last Version

1.0.3-BETA
Release Date

Release Date

Type

Type

jar
Description

Description

MattCore
Core for my plugins.
Project URL

Project URL

https://github.com/ipsk/MattCore
Source Code Management

Source Code Management

http://github.com/ipsk/MattCore

Download matt-core

How to add to project

<!-- https://jarcasting.com/artifacts/me.mattstudios.utils/matt-core/ -->
<dependency>
    <groupId>me.mattstudios.utils</groupId>
    <artifactId>matt-core</artifactId>
    <version>1.0.3-BETA</version>
</dependency>
// https://jarcasting.com/artifacts/me.mattstudios.utils/matt-core/
implementation 'me.mattstudios.utils:matt-core:1.0.3-BETA'
// https://jarcasting.com/artifacts/me.mattstudios.utils/matt-core/
implementation ("me.mattstudios.utils:matt-core:1.0.3-BETA")
'me.mattstudios.utils:matt-core:jar:1.0.3-BETA'
<dependency org="me.mattstudios.utils" name="matt-core" rev="1.0.3-BETA">
  <artifact name="matt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.mattstudios.utils', module='matt-core', version='1.0.3-BETA')
)
libraryDependencies += "me.mattstudios.utils" % "matt-core" % "1.0.3-BETA"
[me.mattstudios.utils/matt-core "1.0.3-BETA"]

Dependencies

provided (2)

Group / Artifact Type Version
org.spigotmc » spigot-api jar 1.14.4-R0.1-SNAPSHOT
me.mattstudios.utils : matts-framework jar 1.2.0-BETA

Project Modules

There are no modules declared in this project.

license language language

Triumph core

Personal library that I use on all my plugins.
Simplifies adding listeners, commands, configs, and has a few top level functions.

Versions

Version
1.0.3-BETA