is not current version
Last Version 5.0.0

me.lucko:helper-parent 4.2.0

A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins.

GroupId

GroupId

me.lucko
ArtifactId

ArtifactId

helper-parent
Version

Version

4.2.0
Type

Type

pom

Download helper-parent 4.2.0

Filename Size
helper-parent-4.2.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/me.lucko/helper-parent/ -->
<dependency>
    <groupId>me.lucko</groupId>
    <artifactId>helper-parent</artifactId>
    <version>4.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.lucko/helper-parent/
implementation 'me.lucko:helper-parent:4.2.0'
// https://jarcasting.com/artifacts/me.lucko/helper-parent/
implementation ("me.lucko:helper-parent:4.2.0")
'me.lucko:helper-parent:pom:4.2.0'
<dependency org="me.lucko" name="helper-parent" rev="4.2.0">
  <artifact name="helper-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.lucko', module='helper-parent', version='4.2.0')
)
libraryDependencies += "me.lucko" % "helper-parent" % "4.2.0"
[me.lucko/helper-parent "4.2.0"]