| License |
License |
|---|---|
| GroupId | GroupIdcom.github.alfonsoLeandro |
| ArtifactId | ArtifactIdMPUtils |
| Version | Version1.7.0 |
| Type | Typejar |
| Description |
DescriptionMPUtils
Library for minecraft plugin development
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| MPUtils-1.7.0.pom | |
| MPUtils-1.7.0.jar | 50 KB |
| MPUtils-1.7.0-sources.jar | 40 KB |
| MPUtils-1.7.0-javadoc.jar | 209 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.alfonsoLeandro/MPUtils/ -->
<dependency>
<groupId>com.github.alfonsoLeandro</groupId>
<artifactId>MPUtils</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alfonsoLeandro/MPUtils/
implementation 'com.github.alfonsoLeandro:MPUtils:1.7.0'
// https://jarcasting.com/artifacts/com.github.alfonsoLeandro/MPUtils/
implementation ("com.github.alfonsoLeandro:MPUtils:1.7.0")
'com.github.alfonsoLeandro:MPUtils:jar:1.7.0'
<dependency org="com.github.alfonsoLeandro" name="MPUtils" rev="1.7.0">
<artifact name="MPUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alfonsoLeandro', module='MPUtils', version='1.7.0')
)
libraryDependencies += "com.github.alfonsoLeandro" % "MPUtils" % "1.7.0"
[com.github.alfonsoLeandro/MPUtils "1.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.spigotmc » spigot-api | jar | 1.16.1-R0.1-SNAPSHOT |