is not current version
Last Version 1.0.4

xyz.msws:MLib 1.0.3

Core library for all Minecraft plugins by MSWS

GroupId

GroupId

xyz.msws
ArtifactId

ArtifactId

MLib
Version

Version

1.0.3
Type

Type

jar

Download MLib 1.0.3


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