GroupId | GroupIdcom.elmakers.mine.bukkit |
---|---|
ArtifactId | ArtifactIdMagic-parent |
Version | Version10.0 |
Type | Typepom |
Filename | Size |
---|---|
Magic-parent-10.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.elmakers.mine.bukkit/Magic-parent/ -->
<dependency>
<groupId>com.elmakers.mine.bukkit</groupId>
<artifactId>Magic-parent</artifactId>
<version>10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.elmakers.mine.bukkit/Magic-parent/
implementation 'com.elmakers.mine.bukkit:Magic-parent:10.0'
// https://jarcasting.com/artifacts/com.elmakers.mine.bukkit/Magic-parent/
implementation ("com.elmakers.mine.bukkit:Magic-parent:10.0")
'com.elmakers.mine.bukkit:Magic-parent:pom:10.0'
<dependency org="com.elmakers.mine.bukkit" name="Magic-parent" rev="10.0">
<artifact name="Magic-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.elmakers.mine.bukkit', module='Magic-parent', version='10.0')
)
libraryDependencies += "com.elmakers.mine.bukkit" % "Magic-parent" % "10.0"
[com.elmakers.mine.bukkit/Magic-parent "10.0"]