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