| GroupId | GroupIdit.multicoredev.mbcore.spigot |
|---|---|
| ArtifactId | ArtifactIdMBCore-spigot |
| Version | Version7.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| MBCore-spigot-7.0.3.pom | |
| MBCore-spigot-7.0.3.jar | 25 KB |
| MBCore-spigot-7.0.3-sources.jar | 32 KB |
| MBCore-spigot-7.0.3-javadoc.jar | 139 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.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/it.multicoredev.mbcore.spigot/MBCore-spigot/
implementation 'it.multicoredev.mbcore.spigot:MBCore-spigot:7.0.3'
// https://jarcasting.com/artifacts/it.multicoredev.mbcore.spigot/MBCore-spigot/
implementation ("it.multicoredev.mbcore.spigot:MBCore-spigot:7.0.3")
'it.multicoredev.mbcore.spigot:MBCore-spigot:jar:7.0.3'
<dependency org="it.multicoredev.mbcore.spigot" name="MBCore-spigot" rev="7.0.3">
<artifact name="MBCore-spigot" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.multicoredev.mbcore.spigot', module='MBCore-spigot', version='7.0.3')
)
libraryDependencies += "it.multicoredev.mbcore.spigot" % "MBCore-spigot" % "7.0.3"
[it.multicoredev.mbcore.spigot/MBCore-spigot "7.0.3"]