| GroupId | GroupIdit.multicoredev.mbcore.spigot |
|---|---|
| ArtifactId | ArtifactIdMBCore-spigot |
| Version | Version7.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| MBCore-spigot-7.5.1.pom | |
| MBCore-spigot-7.5.1.jar | 65 KB |
| MBCore-spigot-7.5.1-sources.jar | 72 KB |
| MBCore-spigot-7.5.1-javadoc.jar | 342 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.multicoredev.mbcore.spigot/MBCore-spigot/ -->
<dependency>
<groupId>it.multicoredev.mbcore.spigot</groupId>
<artifactId>MBCore-spigot</artifactId>
<version>7.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.multicoredev.mbcore.spigot/MBCore-spigot/
implementation 'it.multicoredev.mbcore.spigot:MBCore-spigot:7.5.1'
// https://jarcasting.com/artifacts/it.multicoredev.mbcore.spigot/MBCore-spigot/
implementation ("it.multicoredev.mbcore.spigot:MBCore-spigot:7.5.1")
'it.multicoredev.mbcore.spigot:MBCore-spigot:jar:7.5.1'
<dependency org="it.multicoredev.mbcore.spigot" name="MBCore-spigot" rev="7.5.1">
<artifact name="MBCore-spigot" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.multicoredev.mbcore.spigot', module='MBCore-spigot', version='7.5.1')
)
libraryDependencies += "it.multicoredev.mbcore.spigot" % "MBCore-spigot" % "7.5.1"
[it.multicoredev.mbcore.spigot/MBCore-spigot "7.5.1"]