Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.gianttreelp |
ArtifactId | ArtifactIdbukkit-exposed-extensions |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.gianttreelp/bukkit-exposed-extensions/ -->
<dependency>
<groupId>com.github.gianttreelp</groupId>
<artifactId>bukkit-exposed-extensions</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gianttreelp/bukkit-exposed-extensions/
implementation 'com.github.gianttreelp:bukkit-exposed-extensions:1.0'
// https://jarcasting.com/artifacts/com.github.gianttreelp/bukkit-exposed-extensions/
implementation ("com.github.gianttreelp:bukkit-exposed-extensions:1.0")
'com.github.gianttreelp:bukkit-exposed-extensions:jar:1.0'
<dependency org="com.github.gianttreelp" name="bukkit-exposed-extensions" rev="1.0">
<artifact name="bukkit-exposed-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gianttreelp', module='bukkit-exposed-extensions', version='1.0')
)
libraryDependencies += "com.github.gianttreelp" % "bukkit-exposed-extensions" % "1.0"
[com.github.gianttreelp/bukkit-exposed-extensions "1.0"]