is not current version
Last Version 1.0.4

org.lintx.plugins.modules:CommandHelper 1.0.2

Help you quickly create minecraft plugin commands.

GroupId

GroupId

org.lintx.plugins.modules
ArtifactId

ArtifactId

CommandHelper
Version

Version

1.0.2
Type

Type

jar

Download CommandHelper 1.0.2


<!-- https://jarcasting.com/artifacts/org.lintx.plugins.modules/CommandHelper/ -->
<dependency>
    <groupId>org.lintx.plugins.modules</groupId>
    <artifactId>CommandHelper</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.lintx.plugins.modules/CommandHelper/
implementation 'org.lintx.plugins.modules:CommandHelper:1.0.2'
// https://jarcasting.com/artifacts/org.lintx.plugins.modules/CommandHelper/
implementation ("org.lintx.plugins.modules:CommandHelper:1.0.2")
'org.lintx.plugins.modules:CommandHelper:jar:1.0.2'
<dependency org="org.lintx.plugins.modules" name="CommandHelper" rev="1.0.2">
  <artifact name="CommandHelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lintx.plugins.modules', module='CommandHelper', version='1.0.2')
)
libraryDependencies += "org.lintx.plugins.modules" % "CommandHelper" % "1.0.2"
[org.lintx.plugins.modules/CommandHelper "1.0.2"]