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